summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-08-12 21:28:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-16 14:55:46 +0100
commitc1d1fdac00945e0b8793441a4737780ca00cec30 (patch)
treeaa7c42599675f595bfde830ce88c47adcfc22942 /meta/recipes-extended
parente76b76f371d3158b70ae9d3a44b6d2ab6ba8db34 (diff)
downloadopenembedded-core-contrib-c1d1fdac00945e0b8793441a4737780ca00cec30.tar.gz
zip: Always enable LARGE_FILE_SUPPORT
largefile distro feature is deprecated Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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"
# Not for zip but for smart contract implementation for it
CVE_CHECK_IGNORE += "CVE-2018-13684"
-CFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '-DLARGE_FILE_SUPPORT', '', d)}"
+# Enable largefile support
+CFLAGS += "-DLARGE_FILE_SUPPORT"
# zip.inc sets CFLAGS, but what Makefile actually uses is
# CFLAGS_NOOPT. It will also force -O3 optimization, overriding