From: Jose V Beneyto Date: Tue, 26 Jan 2010 09:27:34 +0000 (+0100) Subject: x11vnc: fixed usage of AR variable X-Git-Url: http://gitweb/?a=commitdiff_plain;h=ca9da2e89e47ceb8b734a442cbaabe697dc0e32a;hp=54acd5889769a771a162e3cf3290f30893adc14b;p=attic%2Fports%2Fopt-cross.git x11vnc: fixed usage of AR variable --- diff --git a/x11vnc/Pkgfile b/x11vnc/Pkgfile index 4ebe82d..e6f3ffc 100644 --- a/x11vnc/Pkgfile +++ b/x11vnc/Pkgfile @@ -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 }