Ported elfutils fixes from -stdenv-updates.
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10839
This commit is contained in:
parent
2e92cabb37
commit
7d4bcaece1
@ -7,4 +7,5 @@ stdenv.mkDerivation {
|
||||
sha256 = "12n3h5r3c24a6l2wxz0w2dqq072bvgms0dzckivrwp5vdn22lpdv";
|
||||
};
|
||||
preBuild = "sed -e 's/-Werror//' -i */Makefile ";
|
||||
dontAddDisableDepTrack = "true";
|
||||
}
|
||||
|
@ -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 ";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user