From: Florian Fainelli Date: Sun, 24 Oct 2010 10:54:40 +0000 (+0000) Subject: [package] fix libevent libtool fixup X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2be5495d9ea974e0592a57d8e046a0d58150c34e;p=openwrt%2Fsvn-archive%2Farchive.git [package] fix libevent libtool fixup The use of Hooks/InstallDev/Post is invalid and superseded by the PKG_FIXUP use Signed-off-by: Nicolas Leonard SVN-Revision: 23610 --- diff --git a/libs/libevent/Makefile b/libs/libevent/Makefile index de7f327c48..7a2388711f 100644 --- 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 \