Some fixes to build elfutils and ltrace, added x11vnc, forward-ported kernel 2.6.23.16 as default.

svn path=/nixpkgs/branches/stdenv-updates/; revision=10718
This commit is contained in:
Michael Raskin
2008-02-18 07:23:05 +00:00
parent 2a087141cb
commit 96ddccf6b2
6 changed files with 80 additions and 1 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 ";
}