From: florian Date: Sun, 24 Oct 2010 10:54:40 +0000 (+0000) Subject: [package] fix libevent libtool fixup X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=51e506266c2ef2da3c8ccc1dbaef3b3e55f3a8ab;p=packages.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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@23610 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libevent/Makefile b/libs/libevent/Makefile index de7f327c4..7a2388711 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 \