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.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-extended/zip/zip_3.0.bb b/meta/recipes-extended/zip/zip_3.0.bb
index 802877285f..82153131b4 100644
--- a/meta/recipes-extended/zip/zip_3.0.bb
+++ b/meta/recipes-extended/zip/zip_3.0.bb
@@ -32,9 +32,6 @@ CVE_CHECK_IGNORE += "CVE-2018-13410"
32# Not for zip but for smart contract implementation for it 32# Not for zip but for smart contract implementation for it
33CVE_CHECK_IGNORE += "CVE-2018-13684" 33CVE_CHECK_IGNORE += "CVE-2018-13684"
34 34
35# Enable largefile support
36CFLAGS += "-DLARGE_FILE_SUPPORT"
37
38# zip.inc sets CFLAGS, but what Makefile actually uses is 35# zip.inc sets CFLAGS, but what Makefile actually uses is
39# CFLAGS_NOOPT. It will also force -O3 optimization, overriding 36# CFLAGS_NOOPT. It will also force -O3 optimization, overriding
40# whatever we set. 37# whatever we set.