projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6252ef7
)
ipsec-tools: get rid of explicit ipv6 handling
author
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 10 Feb 2012 13:02:20 +0000
(14:02 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Fri, 10 Feb 2012 13:06:33 +0000
(14:06 +0100)
This is taken care of by autotargets.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/ipsec-tools/ipsec-tools.mk
patch
|
blob
|
history
diff --git
a/package/ipsec-tools/ipsec-tools.mk
b/package/ipsec-tools/ipsec-tools.mk
index d7f8e3551632cef62174e81e0b7c1a7ac459a593..f24e4a4abfd479f1b3b9703602e4760ec363c0e6 100644
(file)
--- a/
package/ipsec-tools/ipsec-tools.mk
+++ b/
package/ipsec-tools/ipsec-tools.mk
@@
-50,12
+50,6
@@
else
IPSEC_TOOLS_CONF_OPT+= --disable-stats
endif
-ifeq ($(BR2_INET_IPV6),y)
-IPSEC_TOOLS_CONF_OPT+= --enable-ipv6
-else
-IPSEC_TOOLS_CONF_OPT+= --disable-ipv6
-endif
-
ifneq ($(BR2_PACKAGE_IPSEC_TOOLS_READLINE), y)
IPSEC_TOOLS_CONF_OPT+= --without-readline
else