From 851644aff9ca153bca59c14dd22d0d4355d9b3e4 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sat, 29 Jan 2011 22:09:20 +0000 Subject: [PATCH] [package] ipsec-tools: enable ipv6 after r17009 (#8182) SVN-Revision: 25249 --- net/ipsec-tools/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/ipsec-tools/Makefile b/net/ipsec-tools/Makefile index c66a5a3769..69d393ce84 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+=\ -- 2.30.2