CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dash: updated to 0.5.9.1
[crossrootfs.git] / libcap / Pkgfile
index d30e2aa0bcf6a1d2c194bd916db70548a03d6e75..d079f14df28981d48c91cf3289fa69d0acf0cbcb 100644 (file)
@@ -5,8 +5,8 @@
 # Depends on: attr
 
 name=libcap
-version=2.24
-release=2
+version=2.25
+release=1
 source=(https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/$name-$version.tar.xz)
 
 build () {
@@ -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