shared lib patch for libmilter

svn path=/nixpkgs/trunk/; revision=19876
This commit is contained in:
Rob Vermaas
2010-02-09 10:37:44 +00:00
parent a5cecee12e
commit 66e655fce8
2 changed files with 56 additions and 1 deletions
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
sh Build -f ./a.m4
'';
patches = [ ./install.patch ];
patches = [ ./install.patch ./sharedlib.patch];
buildInputs = [m4];
}