From: Florian Fainelli Date: Sat, 29 Jan 2011 22:09:20 +0000 (+0000) Subject: ipsec-tools: enable ipv6 after r17009 (#8182) X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d72f0c0f40e4063115e7e3249c11d82566bd86a9;p=openwrt%2Fsvn-archive%2Fpackages.git ipsec-tools: enable ipv6 after r17009 (#8182) SVN-Revision: 25249 --- diff --git a/net/ipsec-tools/Makefile b/net/ipsec-tools/Makefile index c66a5a376..69d393ce8 100644 --- 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+=\