]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: remove --with-libz-prefix configure option
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 22 May 2015 00:11:06 +0000 (17:11 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 May 2015 06:56:17 +0000 (07:56 +0100)
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>
meta/recipes-support/gnutls/gnutls.inc

index 45fb529fa1c2c07b98c39687284c1f223286ec79..87f275a8da276b2d311b5ceae3e81fd0043728bd 100644 (file)
@@ -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 \