[package] re-enable ipv6 in apr (#5608)
authorFlorian Fainelli <florian@openwrt.org>
Mon, 3 Aug 2009 14:53:36 +0000 (14:53 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 3 Aug 2009 14:53:36 +0000 (14:53 +0000)
SVN-Revision: 17104

libs/apr/Makefile

index 85e5ce061f21a19ce18fa7df2cad514f7b010238..a53570a11c1e28c538a3e4707aeb48545cbc1182 100644 (file)
@@ -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 \