diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-23 12:30:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-26 13:16:31 +0100 |
commit | 60fef4940de7f0440f1216eb2ea0ea683b3e8fdd (patch) | |
tree | 6f52cb1398edc41c409f2a15dd1819337dcbbe7c | |
parent | c19fcc167a55447d3e1050b7a52655186c7cc4f7 (diff) | |
download | openembedded-core-60fef4940de7f0440f1216eb2ea0ea683b3e8fdd.tar.gz openembedded-core-60fef4940de7f0440f1216eb2ea0ea683b3e8fdd.tar.bz2 openembedded-core-60fef4940de7f0440f1216eb2ea0ea683b3e8fdd.zip |
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@intel.com>
-rw-r--r-- | meta/recipes-support/gnutls/gnutls.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc index 98ec8d9667..b62a137e59 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" |