On Fri, 2014-07-25 at 09:40 -0700, Khem Raj wrote: > On Thu, Jul 17, 2014 at 5:48 AM, Richard Purdie > <richard.pur...@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
I looked at the generated files and the --without option just stops it looking in the wrong places. It seems counter-intuitive compared to how these options usually work but does seem to fix the problem... Cheers, Richard -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core