diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-20 18:45:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-20 18:45:09 +0000 |
commit | 68057e0874f5c51279f280ae68a66321044eccd5 (patch) | |
tree | 7e409f678cfff934a6edbcfb19c735a0dd85b04f /package/iptables | |
parent | 5b27bce2b62765adfe0a9339c458f52ac0ad8ebc (diff) | |
download | master-187ad058-68057e0874f5c51279f280ae68a66321044eccd5.tar.gz master-187ad058-68057e0874f5c51279f280ae68a66321044eccd5.tar.bz2 master-187ad058-68057e0874f5c51279f280ae68a66321044eccd5.zip |
[package] iptables: don't call autogen.sh, use autoreconf fixup instead of libtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24740 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 6a4e0541e4..597f2bd300 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -19,7 +19,7 @@ PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \ ftp://ftp.no.netfilter.org/pub/netfilter/iptables/ -PKG_FIXUP:=libtool +PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 @@ -305,11 +305,6 @@ MAKE_FLAGS := \ KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \ KBUILD_OUTPUT="$(LINUX_DIR)" \ -define Build/Configure - (cd $(PKG_BUILD_DIR); ./autogen.sh) -$(call Build/Configure/Default) -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include $(INSTALL_DIR) $(1)/usr/include/iptables |