]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "gnutls: rationalise libunistring arguments"
authorKhem Raj <raj.khem@gmail.com>
Fri, 3 Aug 2018 15:54:15 +0000 (08:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Aug 2018 11:12:55 +0000 (12:12 +0100)
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnutls/gnutls.inc

index 876a3847b0e18be0330e75cbf493a246b3250543..04c0fd2af861546c9db2e65ebecf6faef0291961 100644 (file)
@@ -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"