summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib/zlib_1.2.8.bb
diff options
context:
space:
mode:
authorChristopher Larson <kergoth@gmail.com>2014-05-28 09:14:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-22 13:04:21 +0100
commitd9ddf298e1eea9c1364d21f7168ecc7928a265d9 (patch)
treee764cf0141819cb4c292042f3a4913bc26e70d76 /meta/recipes-core/zlib/zlib_1.2.8.bb
parent6730378be3fe1911a89c075f8fd4dfac0a350e5a (diff)
downloadpoky-d9ddf298e1eea9c1364d21f7168ecc7928a265d9.tar.gz
zlib: obey LDFLAGS for tests
(From OE-Core rev: c91d9153d5dc6750d1f4c7b3be58da0a1248245b) Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/zlib/zlib_1.2.8.bb')
-rw-r--r--meta/recipes-core/zlib/zlib_1.2.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.2.8.bb b/meta/recipes-core/zlib/zlib_1.2.8.bb
index bdfa045b7b..ca0ba3ff6e 100644
--- a/meta/recipes-core/zlib/zlib_1.2.8.bb
+++ b/meta/recipes-core/zlib/zlib_1.2.8.bb
@@ -10,6 +10,7 @@ LIC_FILES_CHKSUM = "file://zlib.h;beginline=4;endline=23;md5=fde612df1e5933c428b
10SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.xz \ 10SRC_URI = "http://www.zlib.net/${BPN}-${PV}.tar.xz \
11 file://remove.ldconfig.call.patch \ 11 file://remove.ldconfig.call.patch \
12 file://Makefile-runtests.patch \ 12 file://Makefile-runtests.patch \
13 file://ldflags-tests.patch \
13 file://run-ptest \ 14 file://run-ptest \
14 " 15 "
15 16