projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6119c11
)
ipsec-tools: enable ipv6 after r17009 (#8182)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 29 Jan 2011 22:09:20 +0000
(22:09 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 29 Jan 2011 22:09:20 +0000
(22:09 +0000)
SVN-Revision: 25249
net/ipsec-tools/Makefile
patch
|
blob
|
history
diff --git
a/net/ipsec-tools/Makefile
b/net/ipsec-tools/Makefile
index c66a5a37699c7bd033b22005ee44d4aa5445ed6c..69d393ce844ae8fc1b5e3da62767dc41887ec556 100644
(file)
--- a/
net/ipsec-tools/Makefile
+++ b/
net/ipsec-tools/Makefile
@@
-41,7
+41,8
@@
CONFIGURE_ARGS += \
--enable-hybrid \
--enable-security-context=no \
--enable-natt \
- --enable-adminport
+ --enable-adminport \
+ $(call autoconf_bool,CONFIG_IPV6,ipv6)
# override CFLAGS holding "-Werror" that break builds on compile warnings
MAKE_FLAGS+=\