summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-04-13 12:20:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-04-14 11:10:31 +0200
commit5b308cc754522bb5fc3cb998131708811ca2295f (patch)
tree6422138fb775769b56d5902f9894b1e6e1da4dff /rules/commoncpp2.make
parent21ae8f513e570ddde6a006addf4e91ddc9c2d819 (diff)
downloadptxdist-5b308cc754522bb5fc3cb998131708811ca2295f.tar.gz
ptxdist-5b308cc754522bb5fc3cb998131708811ca2295f.tar.xz
commoncpp2: cleanup options
* --without-libxml2 is long dead * use global IPv6 option Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
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
# ----------------------------------------------------------------------------