diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-12-19 11:12:10 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-22 08:50:16 +0000 |
commit | ba4aeb33a2dfb4ea0a5c06809be2305e0b1521d0 (patch) | |
tree | b926a51c919bcd9c655c7b43d6d15808cb00c875 /meta/recipes-support | |
parent | 193aa1a0a8f09febde1e9b03ecc97693bc6ff215 (diff) | |
download | poky-ba4aeb33a2dfb4ea0a5c06809be2305e0b1521d0.tar.gz |
gnutls: Do not use libunistring prefix
when using clang, configure it poking at build host
if we do not use it then it falls back to sysroot
which is what we need here.
(From OE-Core rev: ee0b0da237c1661f43e27e26e0ab24b7d8ed174f)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 184a50f6e1..003dc55a38 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc | |||
@@ -37,6 +37,7 @@ EXTRA_OECONF = " \ | |||
37 | --enable-local-libopts \ | 37 | --enable-local-libopts \ |
38 | --enable-openssl-compatibility \ | 38 | --enable-openssl-compatibility \ |
39 | --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ | 39 | --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ |
40 | --without-libunistring-prefix \ | ||
40 | " | 41 | " |
41 | 42 | ||
42 | LDFLAGS_append_libc-musl = " -largp" | 43 | LDFLAGS_append_libc-musl = " -largp" |