aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zip
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-22 14:33:39 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-22 14:33:39 +0200
commitf5a0d86c80ff3daf16402a51930027ee762d9fd8 (patch)
tree7b42dd2169337c1023b892defc0ebbed2b031126 /recipes/zip
parent0d0f3330bf90e5007625ee460682e239a63b574d (diff)
downloadopenembedded-f5a0d86c80ff3daf16402a51930027ee762d9fd8.tar.gz
zip: fix QA errors
Diffstat (limited to 'recipes/zip')
-rw-r--r--recipes/zip/zip.inc4
-rw-r--r--recipes/zip/zip_2.32.bb2
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/zip/zip.inc b/recipes/zip/zip.inc
index 8d04bd5f61..b1154251b6 100644
--- a/recipes/zip/zip.inc
+++ b/recipes/zip/zip.inc
@@ -4,8 +4,8 @@ LICENSE = "Info-ZIP"
SRC_URI = "http://ftp.info-zip.org/pub/infozip/src/zip${@bb.data.getVar('PV',d,1).replace('.', '')}.tar.gz"
-EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \
- 'CFLAGS=-I. -DUNIX ${CFLAGS}' 'INSTALL=install' \
+EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC} ${LDFLAGS}' 'AS=${CC} -c' 'CPP=${CPP}' \
+ 'CFLAGS=-I. -DUNIX ${CFLAGS} ${LDFLAGS}' 'LFLAGS1=${LDFLAGS}' 'INSTALL=install' \
'BINFLAGS=0755' 'INSTALL_D=install -d'"
do_compile() {
diff --git a/recipes/zip/zip_2.32.bb b/recipes/zip/zip_2.32.bb
index 0c57235c2f..54d52e0957 100644
--- a/recipes/zip/zip_2.32.bb
+++ b/recipes/zip/zip_2.32.bb
@@ -1,3 +1,3 @@
require zip.inc
-PR ="r1"
+PR ="r2"