CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
core-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5782eb1
)
zlib: removed AR call in make
author
Victor Martinez
<pitillo@ono.com>
Tue, 29 Nov 2011 11:58:51 +0000
(12:58 +0100)
committer
Victor Martinez
<pitillo@ono.com>
Tue, 29 Nov 2011 11:58:51 +0000
(12:58 +0100)
zlib/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/zlib/Pkgfile
b/zlib/Pkgfile
index a0098f2eb13d0843c5fd8217083a9520377f063e..ec2dbb6a3a02b7344979f24578f1a94c4c12cc69 100644
(file)
--- a/
zlib/Pkgfile
+++ b/
zlib/Pkgfile
@@
-17,7
+17,7
@@
build() {
./configure --prefix=/usr \
--shared
- make
AR="$AR rc"
+ make
make prefix=$PKG/usr mandir=$PKG/usr/man install
chmod -v 644 $PKG/usr/lib/libz.a