From 62644e48daf4a642adebd5c5cf6c1345ed58ac41 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Fri, 25 Feb 2022 07:48:08 -0800 Subject: 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. (From OE-Core rev: 58b16da805b774465f15c8bee59f8361a47ccd4e) Signed-off-by: Joe Slater Signed-off-by: Richard Purdie --- meta/recipes-extended/zip/zip_3.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-extended/zip/zip_3.0.bb') 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" -- cgit v1.2.3-54-g00ecf