[oe-commits] [openembedded-core] 10/25: gnutls: Do not use libunistring prefix

git at git.openembedded.org git at git.openembedded.org
Thu Dec 22 08:50:58 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit ee0b0da237c1661f43e27e26e0ab24b7d8ed174f
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Dec 19 11:12:10 2016 -0800

    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 at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/gnutls/gnutls.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 184a50f..003dc55 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list