projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd2069a
)
package/iptables: fix compile failure on gentoo build system (thanks nbd)
author
Alexandros C. Couloumbis
<alex@ozo.com>
Wed, 30 Jun 2010 20:13:20 +0000
(20:13 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Wed, 30 Jun 2010 20:13:20 +0000
(20:13 +0000)
SVN-Revision: 21996
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index 7da5464c8647486dc8c4cf454984e15154e5959a..87d898bea06f80fe4b9741b39aeb38261907a33a 100644
(file)
--- 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)