git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b5389c
)
zip needs AS=${CC}, not ${AS}
author
Phil Blundell
<philb@gnu.org>
Tue, 9 Nov 2004 19:52:01 +0000
(19:52 +0000)
committer
Phil Blundell
<philb@gnu.org>
Tue, 9 Nov 2004 19:52:01 +0000
(19:52 +0000)
BKrev: 41911fe1_KV92eTph08jeNu9W3oJcg
zip/zip_2.3.oe
patch
|
blob
|
history
diff --git
a/zip/zip_2.3.oe
b/zip/zip_2.3.oe
index
7ca2126
..
8850c20
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
-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'"