projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77ef156
)
[package] iptables: pass --disable-ipv6 if CONFIG_IPV6 is off, fixes undefined refs...
author
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 18 Jan 2012 19:05:48 +0000
(19:05 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Wed, 18 Jan 2012 19:05:48 +0000
(19:05 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29778
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
67dedca
..
b60990c
100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-388,7
+388,7
@@
TARGET_CFLAGS += \
CONFIGURE_ARGS += \
--enable-shared \
--enable-devel \
-
--enable-ipv6
\
+
$(if $(CONFIG_IPV6),--enable-ipv6,--disable-ipv6)
\
--enable-libipq \
--with-kernel="$(LINUX_DIR)" \
--with-xtlibdir=/usr/lib/iptables