From 3d601392033f05f3d498d0016f647383b1b072b1 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 3 Aug 2009 14:53:36 +0000 Subject: [PATCH] [package] re-enable ipv6 in apr (#5608) git-svn-id: svn://svn.openwrt.org/openwrt/packages@17104 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/apr/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/apr/Makefile b/libs/apr/Makefile index 85e5ce061..a53570a11 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -30,7 +30,8 @@ endef TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --with-devrandom=/dev/urandom \ - --disable-dso + --disable-dso \ + --enable-ipv6 CONFIGURE_VARS += \ apr_cv_process_shared_works=no \ -- 2.11.0