diff options
-rw-r--r-- | zip/zip_2.3.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zip/zip_2.3.oe b/zip/zip_2.3.oe index 7ca21268d5..8850c20726 100644 --- a/zip/zip_2.3.oe +++ b/zip/zip_2.3.oe @@ -1,8 +1,8 @@ SECTION = "console/utils" SRC_URI = "http://www.mirror.ac.uk/sites/ftp.info-zip.org/pub/infozip/src/zip23.tar.gz" -PR = "r1" +PR = "r2" -EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${AS}' 'CPP=${CPP}' \ +EXTRA_OEMAKE = "'CC=${CC}' 'BIND=${CC}' 'AS=${CC} -c' 'CPP=${CPP}' \ 'CFLAGS=-I. -DUNIX ${CFLAGS}' 'INSTALL=install' \ 'BINFLAGS=0755' 'INSTALL_D=install -d'" |