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.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index 96068eefdd..a4d10c30aa 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -46,7 +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)}" 49# Enable largefile support
50CFLAGS += "-DLARGE_FILE_SUPPORT"
50 51
51# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from 52# Makefile uses CF_NOOPT instead of CFLAGS. We lifted the values from
52# Makefile and add CFLAGS. Optimization will be overriden by unzip 53# Makefile and add CFLAGS. Optimization will be overriden by unzip