summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zip/zip_3.0.bb
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2022-02-25 07:48:08 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-27 12:34:05 +0000
commit58b16da805b774465f15c8bee59f8361a47ccd4e (patch)
tree39c4ee0cb4a494ddef73bf82789eaf7e030118fe /meta/recipes-extended/zip/zip_3.0.bb
parent3cb7f09392f1e43fec1c490cdee8bcdf581b1489 (diff)
downloadopenembedded-core-58b16da805b774465f15c8bee59f8361a47ccd4e.tar.gz
zip: modify when match.S is built
Use the correct $CPP to test if *.S are buildable, but do not build match.S because it is not PIC code. Signed-off-by: Joe Slater <joe.slater@windriver.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 3fea75125e..0547cd5c53 100644
--- a/meta/recipes-extended/zip/zip_3.0.bb
+++ b/meta/recipes-extended/zip/zip_3.0.bb
@@ -14,6 +14,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.
file://fix-security-format.patch \
file://10-remove-build-date.patch \
file://zipnote-crashes-with-segfault.patch \
+ file://0001-configure-use-correct-CPP.patch \
+ file://0002-configure-support-PIC-code-build.patch \
"
UPSTREAM_VERSION_UNKNOWN = "1"