summaryrefslogtreecommitdiffstats
path: root/rules/gnutls.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-08-13 10:48:11 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-08-13 10:48:53 +0200
commitb17a7f335bc56617277fbb0745879cf862e1db74 (patch)
tree52d7f5de382d1d1035ba78ff69b5645ff653a54d /rules/gnutls.make
parent75e76f320fb70c81b6a76cd8a521a8c5ea5c6163 (diff)
downloadptxdist-b17a7f335bc56617277fbb0745879cf862e1db74.tar.gz
ptxdist-b17a7f335bc56617277fbb0745879cf862e1db74.tar.xz
gnutls: add --without-libz-prefix to configure options
Otherwise a compatible (build architecture == target architecture) /usr/lib/libz.so may be found. As a result '/usr/lib' is added as library search path and the toolchain wrapper aborts. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gnutls.make')
-rw-r--r--rules/gnutls.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/gnutls.make b/rules/gnutls.make
index 12cb985b5..8ebd3b0aa 100644
--- a/rules/gnutls.make
+++ b/rules/gnutls.make
@@ -70,7 +70,8 @@ GNUTLS_CONF_OPT := \
--without-tpm \
--without-librt-prefix \
--without-libregex \
- --with-zlib
+ --with-zlib \
+ --without-libz-prefix
# ----------------------------------------------------------------------------
# Target-Install