summaryrefslogtreecommitdiffstats
path: root/rules/libnl3.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-01-26 14:26:44 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-01-27 09:57:37 +0100
commit7f639d6da33f36a745fedc51ae1d182c283e88e3 (patch)
treed4aa38a7d4a05b7a6b5dc39e417918634075e0d6 /rules/libnl3.make
parent84b22696e019726ed7b11a54a9f0e4be82e39a1e (diff)
downloadptxdist-7f639d6da33f36a745fedc51ae1d182c283e88e3.tar.gz
ptxdist-7f639d6da33f36a745fedc51ae1d182c283e88e3.tar.xz
libnl3: fix configure options
The option --disable-manpages does not exist. Disable extra debug code. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libnl3.make')
-rw-r--r--rules/libnl3.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libnl3.make b/rules/libnl3.make
index e92759661..2a3608c94 100644
--- a/rules/libnl3.make
+++ b/rules/libnl3.make
@@ -32,11 +32,11 @@ LIBNL3_LICENSE := GPL-2.0
LIBNL3_CONF_TOOL := autoconf
LIBNL3_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- --disable-manpages \
--enable-shared \
--disable-static \
--$(call ptx/endis, PTXCONF_LIBNL3_ENABLE_CLI)-cli \
- --enable-pthreads
+ --enable-pthreads \
+ --disable-debug
# ----------------------------------------------------------------------------
# Target-Install