summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/commoncpp2.make')
-rw-r--r--rules/commoncpp2.make7
1 files changed, 2 insertions, 5 deletions
diff --git a/rules/commoncpp2.make b/rules/commoncpp2.make
index f0df90cbb..699156d68 100644
--- a/rules/commoncpp2.make
+++ b/rules/commoncpp2.make
@@ -41,9 +41,10 @@ COMMONCPP2_MAKE_PAR := NO
#
COMMONCPP2_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
+ --disable-static \
--disable-debug \
--disable-profiling \
- --without-ipv6 \
+ --$(call ptx/wwo, PTXCONF_GLOBAL_IPV6)-ipv6 \
--without-nat \
--without-gnutls \
--without-openssl \
@@ -59,10 +60,6 @@ ifndef PTXCONF_COMMONCPP2_LIBZ
COMMONCPP2_AUTOCONF += --without-compression
endif
-ifndef PTXCONF_COMMONCPP2_LIBXML2
-COMMONCPP2_AUTOCONF += --without-libxml2
-endif
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------