ports/opt (3.2): prt-utils: fix build with elfutils 0.165
29 Feb
2016
29 Feb
'16
4:15 p.m.
commit 081d4b4e065aba58056ddf17ba6819bdd8183efc Author: Juergen Daubert <jue@jue.li> Date: Mon Feb 29 17:14:27 2016 +0100 prt-utils: fix build with elfutils 0.165 diff --git a/prt-utils/Pkgfile b/prt-utils/Pkgfile index b394724..ea745fe 100644 --- a/prt-utils/Pkgfile +++ b/prt-utils/Pkgfile @@ -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 }
3243
Age (days ago)
3243
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu