Trying to make valgrind build in glibc 2.12 (blind commit)
svn path=/nixpkgs/branches/stdenv-updates/; revision=24028
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user