From: Jose V Beneyto Date: Tue, 16 Nov 2010 10:05:38 +0000 (+0100) Subject: libcap: fixed AR and RANLIB usage X-Git-Url: http://gitweb/?a=commitdiff_plain;h=dafec3819881b40184b8d74bb2990330eba91ee7;p=attic%2Fports%2Fopt-cross.git libcap: fixed AR and RANLIB usage --- diff --git a/libcap/Pkgfile b/libcap/Pkgfile index c7b9c60..bba0c94 100644 --- a/libcap/Pkgfile +++ b/libcap/Pkgfile @@ -7,7 +7,7 @@ name=libcap version=2.19 -release=1 +release=2 source=(ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-$version.tar.bz2) build () { @@ -16,7 +16,7 @@ build () { sed -e '/^CFLAGS :=/s/:/\?/' -e "s|CC := gcc|CC := $CC|g" -i Make.Rules sed -e "s|\$(BUILD_CC)|gcc|g" -i libcap/Makefile - make + make AR="$AR" RANLIB="$RANLIB" make DESTDIR=$PKG man_prefix=/usr install install -d $PKG/usr/lib