CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
x11vnc: fixed usage of AR variable
authorJose V Beneyto <sepen@crux.nu>
Tue, 26 Jan 2010 09:27:34 +0000 (10:27 +0100)
committerJose V Beneyto <sepen@crux.nu>
Tue, 26 Jan 2010 09:27:34 +0000 (10:27 +0100)
x11vnc/Pkgfile

index 4ebe82dce39b7787ec9a79bc77606533f97be6ff..e6f3ffcc40768c24e58215b462668469bdc8d1d0 100644 (file)
@@ -18,7 +18,7 @@ build() {
               --mandir=$PKG/usr/man \
               --x-includes=$CLFS/usr/include/X11 \
               --x-libraries=$CLFS/usr/lib/X11
-  make
+  make AR="$AR"
   make prefix=$PKG/usr install
   rm $PKG/usr/share/x11vnc/classes/ssl/README
 }