summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnutls/gnutls.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-03 08:54:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-07 12:13:03 +0100
commit606ba474d9b6e33e5c47172a36c76abb6fac1aea (patch)
tree937700c29f3014483ed906e0ccb41a34f8019d9e /meta/recipes-support/gnutls/gnutls.inc
parent422c756e0b8a2151c43841dccc50c81afa12811b (diff)
downloadpoky-606ba474d9b6e33e5c47172a36c76abb6fac1aea.tar.gz
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. (From OE-Core rev: d8d32b5a58eea161711e3539c4530682de551ede) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnutls/gnutls.inc')
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index 876a3847b0..04c0fd2af8 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -39,6 +39,7 @@ EXTRA_OECONF = " \
39 --enable-local-libopts \ 39 --enable-local-libopts \
40 --enable-openssl-compatibility \ 40 --enable-openssl-compatibility \
41 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \ 41 --with-libpthread-prefix=${STAGING_DIR_HOST}${prefix} \
42 --without-libunistring-prefix \
42" 43"
43 44
44LDFLAGS_append_libc-musl = " -largp" 45LDFLAGS_append_libc-musl = " -largp"