forked from mirrors/nixpkgs
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";
|
||||
|
||||
makeFlags = "LDFLAGS=-lz";
|
||||
|
||||
installPhase = ''
|
||||
make package pkgdir=$PWD/netpbmpkg
|
||||
# Pass answers to the script questions
|
||||
|
|
Loading…
Reference in a new issue