Making valgrind build with glibc 2.12 (now tested in x86_64)

svn path=/nixpkgs/branches/stdenv-updates/; revision=24029
This commit is contained in:
Lluís Batlle i Rossell
2010-10-03 09:12:39 +00:00
parent 6391408e7a
commit 7867c5ee47
2 changed files with 54 additions and 1 deletions
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
};
# Make Valgrind compile with Glibc 2.12.
patches = [ ./glibc-2.12.patch ];
patches = [ ./glibc-2.12.patch ./stat_h.patch ];
patchFlags = "-p0";
preConfigure = "autoreconf";