* [PATCH] gnutls: Do not use libunistring prefix
@ 2016-12-19 19:12 Khem Raj
0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2016-12-19 19:12 UTC (permalink / raw)
To: openembedded-core
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>
---
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 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"
--
2.11.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-12-19 19:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-19 19:12 [PATCH] gnutls: Do not use libunistring prefix Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox