From 172b9aa6d2c893edef784c92388c39d3b1162767 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 9 Mar 2022 12:26:05 -0800 Subject: unzip: Pass LDFLAGS to configure tests Ensures the configure time tests are compiled/linked with the Options that it will be using to build. (From OE-Core rev: 6d01bb24f198710b7acb49c43a8a813b6e01ed14) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-extended/unzip/unzip_6.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/unzip/unzip_6.0.bb') diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index 4720fddf48..af94a39195 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb @@ -27,6 +27,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/ file://CVE-2019-13232_p2.patch \ file://CVE-2019-13232_p3.patch \ file://unzip_optimization.patch \ + file://0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch \ " UPSTREAM_VERSION_UNKNOWN = "1" -- cgit v1.2.3-54-g00ecf