]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: Do not use libunistring prefix
authorKhem Raj <raj.khem@gmail.com>
Mon, 19 Dec 2016 19:12:10 +0000 (11:12 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Dec 2016 08:46:35 +0000 (08:46 +0000)
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>
meta/recipes-support/gnutls/gnutls.inc

index 184a50f6e15eed0f38b59d648837d9382d2e9d4a..003dc55a38073e9dbdfdda84e9a23d451815d19b 100644 (file)
@@ -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"