diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-09 19:52:01 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-09 19:52:01 +0000 |
commit | bf752b25dcebdabbae566bcb0848267b4514c062 (patch) | |
tree | 0ee0ec96d0c6d88893610a1c826e1f71d461fcfe /zip | |
parent | 0b5389cefb086a94bfed01b577c275871ba9bbe5 (diff) |
zip needs AS=${CC}, not ${AS}
BKrev: 41911fe1_KV92eTph08jeNu9W3oJcg
Diffstat (limited to 'zip')
-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'" |