summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2015-05-21 17:11:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-28 09:44:12 +0100
commitb610e296703b8e843db959383929ba0bd523e651 (patch)
tree242441ec83fb847c68cd74de3f4a79fb049c1839 /meta/recipes-support
parent6a52d6d3687a106c00c1a9750acbcc83731b6fda (diff)
downloadpoky-b610e296703b8e843db959383929ba0bd523e651.tar.gz
gnutls: remove --with-libz-prefix configure option
The default search path in sysroot is sufficient to find zlib, so the --with-libz-prefix configure option seems to be unnecessary. For target builds, relying on sysroot also prevents an absolute path from being hardcoded in the gnutls.pc pkg-config file. (From OE-Core rev: 7a800bfeb6c8c83ee7cc74739f496982cd71c8e8) (From OE-Core rev: f46c2ac0fd05f0e10258d8f03bfb2ebd0c2bcbe3) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 45fb529fa1..87f275a8da 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -23,7 +23,6 @@ EXTRA_OECONF="--disable-rpath \
23 --with-included-libtasn1 \ 23 --with-included-libtasn1 \
24 --enable-local-libopts \ 24 --enable-local-libopts \
25 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ 25 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
26 --with-libz-prefix=${STAGING_DIR_HOST}${prefix} \
27 --disable-guile \ 26 --disable-guile \
28 --disable-crywrap \ 27 --disable-crywrap \
29 --without-p11-kit \ 28 --without-p11-kit \