CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
keyutils: updated to 1.5.5
authorJose V Beneyto <sepen@crux.nu>
Tue, 25 Jun 2013 09:31:50 +0000 (11:31 +0200)
committerJose V Beneyto <sepen@crux.nu>
Tue, 25 Jun 2013 09:31:50 +0000 (11:31 +0200)
keyutils/.footprint
keyutils/.md5sum
keyutils/Pkgfile

index 2399ac102596233514c8c75a365b17b5a033e49e..42012edeff5b3162bfd58341b0cd0e3eb770dabf 100644 (file)
@@ -2,6 +2,7 @@ drwxr-xr-x      root/root       bin/
 -rwxr-xr-x     root/root       bin/keyctl
 drwxr-xr-x     root/root       etc/
 -rw-r--r--     root/root       etc/request-key.conf
+drwxr-xr-x     root/root       etc/request-key.d/
 drwxr-xr-x     root/root       lib/
 lrwxrwxrwx     root/root       lib/libkeyutils.so.1 -> libkeyutils.so.1.4
 -rwxr-xr-x     root/root       lib/libkeyutils.so.1.4
index 7b46b78bc0e0e49f664692bb371b3bbf17cfa97e..c2bdcd847674d0ef05c8da12760a97bddffc1c08 100644 (file)
@@ -1 +1 @@
-4c89b350eab1c361af8cb5343961056a  keyutils-1.5.3.tar.bz2
+d759680b2f23c99af95938f5026f25fb  keyutils-1.5.5.tar.bz2
index f25d07ed4ed397e80c7cddbe76cb21e70df65449..fa4e55829f16c3d6f85b9b22f6321db3e931a6c9 100644 (file)
@@ -4,15 +4,18 @@
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=keyutils
-version=1.5.3
+version=1.5.5
 release=1
 source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2)
 
 build () {
   cd $name-$version
-  # We remove -m32 flag
-  sed "59d" -i Makefile
+
+  # remove -m32 flag
+  sed -i 's|CFLAGS.*-m32$||' Makefile
+
   sed -i "/^MAN[1-9]/s|share/||;/^CFLAGS/s/-g/$CFLAGS/;s|/lib64|/lib|" Makefile
+
   make -j1
   make DESTDIR=$PKG install
 }