]> 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>
Sat, 30 May 2015 21:25:11 +0000 (22:25 +0100)
commit78a0e916882a747c267808c08ab8bc615198b5a8
tree90be0c9eaef7a0d04572888984d9f580ed083aa9
parent3d48bb6d2d65d0837dcacc262633a55053652e5f
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.

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.14.bb