mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
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 [];
|
||||
|
||||
patchPhase = ''
|
||||
patch -p1 "${./unifdef-getline.patch}"
|
||||
sed -i '/scsi/d' include/Kbuild
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user