From: Phil Blundell Date: Tue, 9 Nov 2004 19:52:01 +0000 (+0000) Subject: zip needs AS=${CC}, not ${AS} X-Git-Tag: Release-2010-05/1~16336 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf752b25dcebdabbae566bcb0848267b4514c062;p=openembedded.git zip needs AS=${CC}, not ${AS} BKrev: 41911fe1_KV92eTph08jeNu9W3oJcg --- 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'"