fixed missing zlib rpath in netpbm, provided by griswold
svn path=/nixpkgs/trunk/; revision=19411
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user