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.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index 7705794623..9efe75628a 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -30,7 +30,7 @@ S = "${WORKDIR}/unzip60"
30# Makefile and add CFLAGS. Optimization will be overriden by unzip 30# Makefile and add CFLAGS. Optimization will be overriden by unzip
31# configure to be -O3. 31# configure to be -O3.
32# 32#
33EXTRA_OEMAKE += "STRIP=true LF2='' \ 33EXTRA_OEMAKE = "-e MAKEFLAGS= STRIP=true LF2='' \
34 'CF_NOOPT=-I. -Ibzip2 -DUNIX ${CFLAGS}'" 34 'CF_NOOPT=-I. -Ibzip2 -DUNIX ${CFLAGS}'"
35 35
36export LD = "${CC}" 36export LD = "${CC}"