CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
revert zlib: removed AR call in make
[crossrootfs.git] / zlib / Pkgfile
index ec2dbb6a3a02b7344979f24578f1a94c4c12cc69..a0098f2eb13d0843c5fd8217083a9520377f063e 100644 (file)
@@ -17,7 +17,7 @@ build() {
   ./configure --prefix=/usr \
               --shared
 
-  make
+  make AR="$AR rc"
   make prefix=$PKG/usr mandir=$PKG/usr/man install
 
   chmod -v 644 $PKG/usr/lib/libz.a