diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/zip/zip.inc | 4 | ||||
-rw-r--r-- | recipes/zip/zip_2.32.bb | 2 |
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" |