[oe-commits] Andre McCurdy : gnutls: remove --with-libz-prefix configure option

git at git.openembedded.org git at git.openembedded.org
Sun Jun 28 08:46:36 UTC 2015


Module: openembedded-core.git
Branch: fido
Commit: f46c2ac0fd05f0e10258d8f03bfb2ebd0c2bcbe3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f46c2ac0fd05f0e10258d8f03bfb2ebd0c2bcbe3

Author: Andre McCurdy <armccurdy at gmail.com>
Date:   Thu May 21 17:11:06 2015 -0700

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)

Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/gnutls/gnutls.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 45fb529..87f275a 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 \



More information about the Openembedded-commits mailing list