[OE-core] [PATCH] wget: use GnuTLS instead of OpenSSL

Khem Raj raj.khem at gmail.com
Fri Jul 25 16:40:19 UTC 2014


On Thu, Jul 17, 2014 at 5:48 AM, Richard Purdie
<richard.purdie at linuxfoundation.org> wrote:
>> So why on earth is it looking at /usr/lib/libgnutls.so?
>
> Total guess by try adding EXTRA_OECONF += "--without-libgnutls-prefix"

The problem is due to use of

AC_LIB_HAVE_LINKFLAGS([gnutls] since we use DESTDIR while cross
compiling, so above option should have worked I dont know why it did
not but you could try

--with-libgnutls-prefix="<target-sysroot>"

if that doesnt work either then may be replace use of
AC_LIB_HAVE_LINKFLAGS with AC_CHECK_LIB



More information about the Openembedded-core mailing list