From ca9da2e89e47ceb8b734a442cbaabe697dc0e32a Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Tue, 26 Jan 2010 10:27:34 +0100 Subject: [PATCH 1/1] x11vnc: fixed usage of AR variable --- x11vnc/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.26.2