From: Khem Raj Date: Fri, 3 Aug 2018 15:54:15 +0000 (-0700) Subject: Revert "gnutls: rationalise libunistring arguments" X-Git-Tag: uninative-2.3~791 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d8d32b5a58eea161711e3539c4530682de551ede;p=openembedded-core.git Revert "gnutls: rationalise libunistring arguments" This causes regression on build machines where libunistring is installed on host. It is also because gnuts is using non standard AC macro called AC_LIB_HAVE_LINKFLAGS to detect this library and it confusing cross builds. This reverts commit 60fef4940de7f0440f1216eb2ea0ea683b3e8fdd. Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 876a3847b0..04c0fd2af8 100644 --- a/meta/recipes-support/gnutls/gnutls.inc +++ b/meta/recipes-support/gnutls/gnutls.inc @@ -39,6 +39,7 @@ EXTRA_OECONF = " \ --enable-local-libopts \ --enable-openssl-compatibility \ --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ + --without-libunistring-prefix \ " LDFLAGS_append_libc-musl = " -largp"