CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
zlib: removed AR call in make
authorVictor Martinez <pitillo@ono.com>
Tue, 29 Nov 2011 11:58:51 +0000 (12:58 +0100)
committerVictor Martinez <pitillo@ono.com>
Tue, 29 Nov 2011 11:58:51 +0000 (12:58 +0100)
zlib/Pkgfile

index a0098f2eb13d0843c5fd8217083a9520377f063e..ec2dbb6a3a02b7344979f24578f1a94c4c12cc69 100644 (file)
@@ -17,7 +17,7 @@ build() {
   ./configure --prefix=/usr \
               --shared
 
   ./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
   make prefix=$PKG/usr mandir=$PKG/usr/man install
 
   chmod -v 644 $PKG/usr/lib/libz.a