projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dddc57b
)
[package] fix libevent libtool fixup
author
Florian Fainelli
<florian@openwrt.org>
Sun, 24 Oct 2010 10:54:40 +0000
(10:54 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 24 Oct 2010 10:54:40 +0000
(10:54 +0000)
The use of Hooks/InstallDev/Post is invalid and superseded by the PKG_FIXUP use
Signed-off-by: Nicolas Leonard <leonard.nicolas@gmail.com>
SVN-Revision: 23610
libs/libevent/Makefile
patch
|
blob
|
history
diff --git
a/libs/libevent/Makefile
b/libs/libevent/Makefile
index de7f327c4873ca68c1d4490cb4b26ac3b56650f5..7a2388711f7dc5adba8b87e595442ebbd6cdeb21 100644
(file)
--- a/
libs/libevent/Makefile
+++ b/
libs/libevent/Makefile
@@
-43,8
+43,6
@@
endef
TARGET_CFLAGS += $(FPIC)
-Hooks/InstallDev/Post += libtool_fixup_libdir
-
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \