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 \