diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-30 20:13:20 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-06-30 20:13:20 +0000 |
commit | df8892a3f8835b72a2e9ff18b5cce160239935a1 (patch) | |
tree | d5a8ac33b3afff52d3017620dd29ecfd11a529d3 /package | |
parent | 7c4b4feec93a813d01197849fef8f341f132420e (diff) | |
download | upstream-df8892a3f8835b72a2e9ff18b5cce160239935a1.tar.gz upstream-df8892a3f8835b72a2e9ff18b5cce160239935a1.tar.bz2 upstream-df8892a3f8835b72a2e9ff18b5cce160239935a1.zip |
package/iptables: fix compile failure on gentoo build system (thanks nbd)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21996 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 7da5464c86..87d898bea0 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -289,6 +289,7 @@ IPTABLES_MAKEOPTS = \ define Build/Compile $(INSTALL_DIR) $(PKG_INSTALL_DIR) + (cd $(PKG_BUILD_DIR); ./autogen.sh) $(MAKE) -C $(PKG_BUILD_DIR) $(IPTABLES_MAKEOPTS) $(MAKE) -C $(PKG_BUILD_DIR) $(IPTABLES_MAKEOPTS) install $(MAKE) -C $(PKG_BUILD_DIR)/libipq $(IPTABLES_MAKEOPTS) |