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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user