From: Khem Raj Date: Mon, 19 Dec 2016 19:12:10 +0000 (-0800) Subject: gnutls: Do not use libunistring prefix X-Git-Tag: uninative-1.5~997 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ee0b0da237c1661f43e27e26e0ab24b7d8ed174f;p=openembedded-core.git 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 Signed-off-by: Ross Burton --- 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"