aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-12-19 11:12:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-22 08:46:35 +0000
commitee0b0da237c1661f43e27e26e0ab24b7d8ed174f (patch)
tree09367419a81cf1c5d7bebd6c84bc40d3517a087e
parent302124c1cc8353f4d0e13ab9ba9057d6b3862bde (diff)
downloadopenembedded-core-contrib-ee0b0da237c1661f43e27e26e0ab24b7d8ed174f.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. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc1
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 = " \
--enable-local-libopts \
--enable-openssl-compatibility \
--with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
+ --without-libunistring-prefix \
"
LDFLAGS_append_libc-musl = " -largp"