[oe-commits] [openembedded-core] 23/58: gnutls: rationalise libunistring arguments

git at git.openembedded.org git at git.openembedded.org
Wed Jul 25 21:45:53 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 5b624e0636fe8c2ba9ffc12bcdb5d774efc0809e
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jul 23 12:30:10 2018 +0100

    gnutls: rationalise libunistring arguments
    
    No need to pass --without-libunistring-prefix, and it looks a lot like we're
    trying to disable it.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/gnutls/gnutls.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 98ec8d9..b62a137 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -41,7 +41,6 @@ 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