summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zip/zip_3.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-10 22:54:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 19:22:04 +0100
commit537c61b2cabcc0881bb8a1b0406fe19fb2eccc55 (patch)
tree17a02f76318abe691ef3e9d30e6f80dfc9c24396 /meta/recipes-extended/zip/zip_3.0.bb
parente2bc5106234e3ac0f7f43bd933d7741bd2df8fc8 (diff)
downloadpoky-537c61b2cabcc0881bb8a1b0406fe19fb2eccc55.tar.gz
zip: Make configure checks to be more robust
Newer compilers are strict and have turned some warnings into hard errors which results in subtle configure check failures. Therefore fix these tests and also enable largefile support via cflags when its desired (From OE-Core rev: 64e575a62ac2606e8f1037e712de66dff8156b46) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/zip/zip_3.0.bb')
-rw-r--r--meta/recipes-extended/zip/zip_3.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb
index d560c83464..65d9b0995b 100644
--- a/meta/recipes-extended/zip/zip_3.0.bb
+++ b/meta/recipes-extended/zip/zip_3.0.bb
@@ -17,6 +17,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.
17 file://0001-configure-use-correct-CPP.patch \ 17 file://0001-configure-use-correct-CPP.patch \
18 file://0002-configure-support-PIC-code-build.patch \ 18 file://0002-configure-support-PIC-code-build.patch \
19 file://0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch \ 19 file://0001-configure-Use-CFLAGS-and-LDFLAGS-when-doing-link-tes.patch \
20 file://0001-configure-Specify-correct-function-signatures-and-de.patch \
21 file://0002-unix.c-Do-not-redefine-DIR-as-FILE.patch \
20 " 22 "
21UPSTREAM_VERSION_UNKNOWN = "1" 23UPSTREAM_VERSION_UNKNOWN = "1"
22 24