[oe-commits] [openembedded-core] 02/03: Revert "gnutls: rationalise libunistring arguments"

git at git.openembedded.org git at git.openembedded.org
Tue Aug 7 09:35:30 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 7e7db30616a9705c1c6cf0c1700fa94c2a20c950
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Aug 3 08:54:15 2018 -0700

    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 <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 876a384..04c0fd2 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"

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


More information about the Openembedded-commits mailing list