summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/zip/zip_3.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb
index 65d9b0995b..1930a40140 100644
--- a/meta/recipes-extended/zip/zip_3.0.bb
+++ b/meta/recipes-extended/zip/zip_3.0.bb
@@ -31,7 +31,8 @@ CVE_CHECK_IGNORE += "CVE-2018-13410"
31# Not for zip but for smart contract implementation for it 31# Not for zip but for smart contract implementation for it
32CVE_CHECK_IGNORE += "CVE-2018-13684" 32CVE_CHECK_IGNORE += "CVE-2018-13684"
33 33
34CFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '-DLARGE_FILE_SUPPORT', '', d)}" 34# Enable largefile support
35CFLAGS += "-DLARGE_FILE_SUPPORT"
35 36
36# zip.inc sets CFLAGS, but what Makefile actually uses is 37# zip.inc sets CFLAGS, but what Makefile actually uses is
37# CFLAGS_NOOPT. It will also force -O3 optimization, overriding 38# CFLAGS_NOOPT. It will also force -O3 optimization, overriding