summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/zlib/zlib_1.2.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/zlib/zlib_1.2.11.bb')
-rw-r--r--meta/recipes-core/zlib/zlib_1.2.11.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/zlib/zlib_1.2.11.bb b/meta/recipes-core/zlib/zlib_1.2.11.bb
index 6410519882..41ec29d95e 100644
--- a/meta/recipes-core/zlib/zlib_1.2.11.bb
+++ b/meta/recipes-core/zlib/zlib_1.2.11.bb
@@ -7,7 +7,6 @@ LICENSE = "Zlib"
7LIC_FILES_CHKSUM = "file://zlib.h;beginline=6;endline=23;md5=5377232268e952e9ef63bc555f7aa6c0" 7LIC_FILES_CHKSUM = "file://zlib.h;beginline=6;endline=23;md5=5377232268e952e9ef63bc555f7aa6c0"
8 8
9SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz \ 9SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/${BPN}/${PV}/${BPN}-${PV}.tar.xz \
10 file://remove.ldconfig.call.patch \
11 file://Makefile-runtests.patch \ 10 file://Makefile-runtests.patch \
12 file://ldflags-tests.patch \ 11 file://ldflags-tests.patch \
13 file://run-ptest \ 12 file://run-ptest \
@@ -24,7 +23,7 @@ RDEPENDS_${PN}-ptest += "make"
24inherit ptest 23inherit ptest
25 24
26do_configure() { 25do_configure() {
27 uname=GNU ./configure --prefix=${prefix} --shared --libdir=${libdir} 26 LDCONFIG=true ./configure --prefix=${prefix} --shared --libdir=${libdir} --uname=GNU
28} 27}
29 28
30do_compile() { 29do_compile() {