From: Andre McCurdy Date: Fri, 22 May 2015 00:11:06 +0000 (-0700) Subject: gnutls: remove --with-libz-prefix configure option X-Git-Tag: 2015-10~1757 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7a800bfeb6c8c83ee7cc74739f496982cd71c8e8;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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 \ --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 \