diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-05-21 17:11:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-23 07:56:17 +0100 |
commit | 7a800bfeb6c8c83ee7cc74739f496982cd71c8e8 (patch) | |
tree | 9f9665b15ca630b70a5545116a4af8719346978a /meta/recipes-support | |
parent | 986e5f37f3450077c843777c22df6b2d0f9502c5 (diff) | |
download | openembedded-core-contrib-7a800bfeb6c8c83ee7cc74739f496982cd71c8e8.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.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 45fb529fa1c..87f275a8da2 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -23,7 +23,6 @@ EXTRA_OECONF="--disable-rpath \ --with-included-libtasn1 \ --enable-local-libopts \ --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ - --with-libz-prefix=${STAGING_DIR_HOST}${prefix} \ --disable-guile \ --disable-crywrap \ --without-p11-kit \ |