summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/unzip/unzip_6.0.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-09 12:26:05 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-11 06:56:01 +0000
commit172b9aa6d2c893edef784c92388c39d3b1162767 (patch)
tree53cdd03099b63c08f2ddc29d8ef7f85b471a08e0 /meta/recipes-extended/unzip/unzip_6.0.bb
parent2c545a19ce971c359ba7bbe28b675f4c9797a623 (diff)
downloadpoky-172b9aa6d2c893edef784c92388c39d3b1162767.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/unzip/unzip_6.0.bb')
-rw-r--r--meta/recipes-extended/unzip/unzip_6.0.bb1
1 files changed, 1 insertions, 0 deletions
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/
27 file://CVE-2019-13232_p2.patch \ 27 file://CVE-2019-13232_p2.patch \
28 file://CVE-2019-13232_p3.patch \ 28 file://CVE-2019-13232_p3.patch \
29 file://unzip_optimization.patch \ 29 file://unzip_optimization.patch \
30 file://0001-configure-Pass-LDFLAGS-to-tests-doing-link-step.patch \
30" 31"
31UPSTREAM_VERSION_UNKNOWN = "1" 32UPSTREAM_VERSION_UNKNOWN = "1"
32 33