diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-10 14:02:20 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-02-10 14:06:33 +0100 |
commit | cda6b7fe0f6335d202bc797091c68a78278118f2 (patch) | |
tree | 4d6491f18b764de76ec0367278218b31345f186a | |
parent | 6252ef7fc3a3e85678da62c69436c5f656c348fd (diff) | |
download | buildroot-novena-cda6b7fe0f6335d202bc797091c68a78278118f2.tar.gz buildroot-novena-cda6b7fe0f6335d202bc797091c68a78278118f2.zip |
ipsec-tools: get rid of explicit ipv6 handling
This is taken care of by autotargets.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/ipsec-tools/ipsec-tools.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/package/ipsec-tools/ipsec-tools.mk b/package/ipsec-tools/ipsec-tools.mk index d7f8e3551..f24e4a4ab 100644 --- 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 |