summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-02-10 12:37:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-02-10 14:20:45 +0100
commitd28f66eec752e428ed977c902fc8fb984f370ba0 (patch)
tree1a708aa147b846d011d9802985458a943041dc0a
parentb1c58bc142fba732a05db00c19c9a0d5e7ac7297 (diff)
downloadptxdist-d28f66eec752e428ed977c902fc8fb984f370ba0.tar.gz
ptxdist-d28f66eec752e428ed977c902fc8fb984f370ba0.tar.xz
commoncpp2: don't use broken configure options
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/commoncpp2.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/commoncpp2.make b/rules/commoncpp2.make
index 4f3275d9f..de4ab7978 100644
--- a/rules/commoncpp2.make
+++ b/rules/commoncpp2.make
@@ -44,15 +44,15 @@ COMMONCPP2_AUTOCONF := \
--disable-profiling \
--$(call ptx/wwo, PTXCONF_GLOBAL_IPV6)-ipv6 \
--without-nat \
- --without-gnutls \
- --without-openssl \
--without-memaudit \
--without-cppunit
-# the logic for these switches is broken in 1.8.0:
+# the logic for these switches is broken in 1.8.1:
# --with-exceptions
# --with-monotonic
# --with-extras
+# --with-gnutls
+# --with-openssl
ifndef PTXCONF_COMMONCPP2_LIBZ
COMMONCPP2_AUTOCONF += --without-compression