Fix `kernelHeaders2628' compilation with glibc 2.11.

svn path=/nixpkgs/branches/stdenv-updates/; revision=18657
This commit is contained in:
Ludovic Courtès 2009-11-26 21:04:47 +00:00
parent a70f26e178
commit cfbe19781d

View file

@ -33,6 +33,7 @@ stdenv.mkDerivation {
else if stdenv.system == "powerpc-linux" then ["ppc"] else [];
patchPhase = ''
patch -p1 "${./unifdef-getline.patch}"
sed -i '/scsi/d' include/Kbuild
'';