Ported elfutils fixes from -stdenv-updates.

svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10839
This commit is contained in:
Michael Raskin 2008-02-23 05:25:32 +00:00
parent 2e92cabb37
commit 7d4bcaece1
2 changed files with 3 additions and 0 deletions

View File

@ -7,4 +7,5 @@ stdenv.mkDerivation {
sha256 = "12n3h5r3c24a6l2wxz0w2dqq072bvgms0dzckivrwp5vdn22lpdv";
};
preBuild = "sed -e 's/-Werror//' -i */Makefile ";
dontAddDisableDepTrack = "true";
}

View File

@ -6,4 +6,6 @@ stdenv.mkDerivation {
url = http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.131.orig.tar.gz;
sha256 = "0vqfjpcv81m3q0gsk78qykakhz9rbfwd65i4zsi03xr2lrk9ayll";
};
dontAddDisableDepTrack = "true";
preBuild = "sed -e 's/-Werror//' -i */Makefile ";
}