summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/zip/zip_3.0.bb
diff options
context:
space:
mode:
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 07a67b9634..d560c83464 100644
--- a/meta/recipes-extended/zip/zip_3.0.bb
+++ b/meta/recipes-extended/zip/zip_3.0.bb
@@ -29,6 +29,8 @@ CVE_CHECK_IGNORE += "CVE-2018-13410"
29# Not for zip but for smart contract implementation for it 29# Not for zip but for smart contract implementation for it
30CVE_CHECK_IGNORE += "CVE-2018-13684" 30CVE_CHECK_IGNORE += "CVE-2018-13684"
31 31
32CFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '-DLARGE_FILE_SUPPORT', '', d)}"
33
32# zip.inc sets CFLAGS, but what Makefile actually uses is 34# zip.inc sets CFLAGS, but what Makefile actually uses is
33# CFLAGS_NOOPT. It will also force -O3 optimization, overriding 35# CFLAGS_NOOPT. It will also force -O3 optimization, overriding
34# whatever we set. 36# whatever we set.