From: Victor Martinez Date: Sun, 15 May 2016 20:01:57 +0000 (+0000) Subject: libcap: updated with j_v patch to avoid host pam build X-Git-Url: http://gitweb/?a=commitdiff_plain;h=06861c379b05ee1cde8eb3197d2f3d37c03147c6;hp=918b6f3fe26c89718f6203fc370fccf591f491d5;p=crossrootfs.git libcap: updated with j_v patch to avoid host pam build --- diff --git a/libcap/Pkgfile b/libcap/Pkgfile index d30e2aa..8a1037f 100644 --- a/libcap/Pkgfile +++ b/libcap/Pkgfile @@ -14,8 +14,8 @@ build () { sed -i "/^CFLAGS/s/-O2/$CFLAGS/" Make.Rules - make CC="$CC" BUILD_CC="gcc" BUILD_CFLAGS="-O2 -pipe" - make RAISE_SETFCAP=no DESTDIR=$PKG man_prefix=/usr/share install + make CC="$CC" BUILD_CC="gcc" BUILD_CFLAGS="-O2 -pipe" PAM_CAP=no + make RAISE_SETFCAP=no PAM_CAP=no DESTDIR=$PKG man_prefix=/usr/share install install -d $PKG/usr/lib mv $PKG/lib/libcap.a $PKG/usr/lib