summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/unzip
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/unzip')
-rw-r--r--meta/recipes-extended/unzip/unzip_6.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index 1523554089..96068eefdd 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -46,6 +46,8 @@ UPSTREAM_CHECK_REGEX = "unzip(?P<pver>(?!552).+)\.tgz"
46 46
47S = "${WORKDIR}/unzip60" 47S = "${WORKDIR}/unzip60"
48 48
49CFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '-DLARGE_FILE_SUPPORT', '', d)}"
50
49# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from 51# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from
50# Makefile and add CFLAGS. Optimization will be overriden by unzip 52# Makefile and add CFLAGS. Optimization will be overriden by unzip
51# configure to be -O3. 53# configure to be -O3.