forked from mirrors/nixpkgs
pkgs/os-specific/linux/kernel-headers/2.6.28.nix: fix build errors with GNU Make 3.82
Makefile:1607: *** mixed implicit and normal rules. Stop. This patch is probably required in other kernel versions, too. I don't know for sure, though. svn path=/nixpkgs/trunk/; revision=25442
This commit is contained in:
parent
3fed0dff5d
commit
9076331df3
|
@ -33,6 +33,7 @@ stdenv.mkDerivation {
|
|||
patchPhase = ''
|
||||
patch --verbose -p1 < "${./unifdef-getline.patch}"
|
||||
sed -i '/scsi/d' include/Kbuild
|
||||
sed -i 's|/ %/: prepare scripts FORCE|%/: prepare scripts FORCE|' Makefile
|
||||
'';
|
||||
|
||||
buildPhase = ''
|
||||
|
|
Loading…
Reference in a new issue