prt-utils: fix build with elfutils 0.165

This commit is contained in:
Juergen Daubert 2016-02-29 17:14:27 +01:00
parent 7059ae9227
commit 081d4b4e06

View File

@ -6,11 +6,14 @@
name=prt-utils
version=1.1
release=1
release=2
source=(http://crux.nu/files/tools/prt-utils/$name-$version.tar.xz)
build() {
cd $name-$version
make -C revdep LDFLAGS="-static -lelf -lz"
make DESTDIR=$PKG install
install -d $PKG/etc/revdep.d
}