keyutils: update to 1.5.3

This commit is contained in:
Juergen Daubert 2011-08-24 15:11:39 +02:00
parent 186f9ead20
commit 360965696f
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
19811ee31f683058a9aae3e6a3a23a7f keyutils-1.5.2.tar.bz2
4c89b350eab1c361af8cb5343961056a keyutils-1.5.3.tar.bz2

View File

@ -3,13 +3,13 @@
# Maintainer: Juergen Daubert, jue at crux dot nu
name=keyutils
version=1.5.2
version=1.5.3
release=1
source=(http://people.redhat.com/~dhowells/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
sed -i "/^MAN[1-9]/s|share/||;/^CFLAGS/s/-O2/$CFLAGS/;s|/lib64|/lib|" Makefile
sed -i "/^MAN[1-9]/s|share/||;/^CFLAGS/s/-g/$CFLAGS/;s|/lib64|/lib|" Makefile
make -j1
make DESTDIR=$PKG install
}