]> code.ossystems Code Review - openembedded-core.git/commit
gnutls: use pkg-config to locate zlib
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 27 May 2015 18:48:49 +0000 (11:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jul 2015 12:06:05 +0000 (13:06 +0100)
commitaaeacca50808e12eb81a373972c802d3f01c01af
treed8ed432cb2f87674de3716fab837662975b42628
parent03dbc60c165a511894d1ae10ac1d90c1fadcc268
gnutls: use pkg-config to locate zlib

AC_LIB_HAVE_LINKFLAGS can sometimes find host libs and is therefore not
robust when cross-compiling. Remove it for zlib and use PKG_CHECK_MODULES
instead.

(From OE-Core rev: 78a0e916882a747c267808c08ab8bc615198b5a8)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gnutls/gnutls/use-pkg-config-to-locate-zlib.patch [new file with mode: 0644]
meta/recipes-support/gnutls/gnutls_3.3.12.bb