]> code.ossystems Code Review - openembedded-core.git/commitdiff
gnutls: rationalise libunistring arguments
authorRoss Burton <ross.burton@intel.com>
Mon, 23 Jul 2018 11:30:10 +0000 (12:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2018 12:16:31 +0000 (13:16 +0100)
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@intel.com>
meta/recipes-support/gnutls/gnutls.inc

index 98ec8d9667b45225328ba608be14f0670306c998..b62a137e59597db5434ed1c49cfd229f8ffcbd14 100644 (file)
@@ -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"