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