fixed missing zlib rpath in netpbm, provided by griswold
svn path=/nixpkgs/trunk/; revision=19411
This commit is contained in:
parent
675a8ed9d8
commit
2a4ea1b6d5
@ -15,6 +15,8 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
configurePhase = "cp config.mk.in config.mk";
|
configurePhase = "cp config.mk.in config.mk";
|
||||||
|
|
||||||
|
makeFlags = "LDFLAGS=-lz";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
make package pkgdir=$PWD/netpbmpkg
|
make package pkgdir=$PWD/netpbmpkg
|
||||||
# Pass answers to the script questions
|
# Pass answers to the script questions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user