Trying to make valgrind build in glibc 2.12 (blind commit)

svn path=/nixpkgs/branches/stdenv-updates/; revision=24028
This commit is contained in:
Lluís Batlle i Rossell
2010-10-03 09:01:14 +00:00
parent 25de2c279b
commit 6391408e7a
2 changed files with 24 additions and 5 deletions
@@ -8,8 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "105s4y6h5rsfvml1dfhsjvqgsxvnclbnxbpgk8b4ghpbpcr52fkl";
};
# Make Valgrind compile with Glibc 2.11.
patches = [ ./glibc-2.11.patch ];
# Make Valgrind compile with Glibc 2.12.
patches = [ ./glibc-2.12.patch ];
patchFlags = "-p0";
preConfigure = "autoreconf";