Fix `kernelHeaders2628' compilation with glibc 2.11.
svn path=/nixpkgs/branches/stdenv-updates/; revision=18657
This commit is contained in:
parent
a70f26e178
commit
cfbe19781d
@ -33,6 +33,7 @@ stdenv.mkDerivation {
|
|||||||
else if stdenv.system == "powerpc-linux" then ["ppc"] else [];
|
else if stdenv.system == "powerpc-linux" then ["ppc"] else [];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
patch -p1 "${./unifdef-getline.patch}"
|
||||||
sed -i '/scsi/d' include/Kbuild
|
sed -i '/scsi/d' include/Kbuild
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user