diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/unzip/unzip_6.0.bb | 2 |
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 | # |
33 | EXTRA_OEMAKE += "STRIP=true LF2='' \ | 33 | EXTRA_OEMAKE = "-e MAKEFLAGS= STRIP=true LF2='' \ |
34 | 'CF_NOOPT=-I. -Ibzip2 -DUNIX ${CFLAGS}'" | 34 | 'CF_NOOPT=-I. -Ibzip2 -DUNIX ${CFLAGS}'" |
35 | 35 | ||
36 | export LD = "${CC}" | 36 | export LD = "${CC}" |