diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-05-21 17:11:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-24 07:19:19 +0100 |
commit | 87d20e412e3754366357527a1979bfd165a4ac54 (patch) | |
tree | e012c9a35ac33363fc606df9d319166ced4d4b14 /meta | |
parent | 98a3f87518cd4bbcd6b73cab5bc1c02ddf478fc1 (diff) | |
download | poky-87d20e412e3754366357527a1979bfd165a4ac54.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)
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')
-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 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 \ |