valgrind: Support Glibc 2.19

This commit is contained in:
Eelco Dolstra
2014-02-26 12:39:46 +01:00
parent a0bbe58a19
commit 77a49e5813
2 changed files with 42 additions and 1 deletions
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "1w6n5qvxy2ssbczcl1c2yd2ggjn3ipay2hvpn10laly2dfh73bz6";
};
patches = [ ./glibc-2.19.patch ];
# Perl is needed for `cg_annotate'.
# GDB is needed to provide a sane default for `--db-command'.
nativeBuildInputs = [ perl ];
@@ -15,7 +17,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
patchPhase =
postPatch =
# Apple's GCC doesn't recognize `-arch' (as of version 4.2.1, build 5666).
''
echo "getting rid of the \`-arch' GCC option..."