fix linux 2.6.27 build, use make 3.81
svn path=/nixpkgs/trunk/; revision=25702
This commit is contained in:
parent
031edc4509
commit
68de75825e
@ -4815,7 +4815,8 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
linux_2_6_27 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.27.nix) {
|
linux_2_6_27 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.27.nix) {
|
||||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
inherit fetchurl perl mktemp module_init_tools;
|
||||||
|
stdenv = overrideInStdenv stdenv [gnumake381];
|
||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ kernelPatches.fbcondecor_2_6_27
|
[ kernelPatches.fbcondecor_2_6_27
|
||||||
kernelPatches.sec_perm_2_6_24
|
kernelPatches.sec_perm_2_6_24
|
||||||
|
Loading…
x
Reference in New Issue
Block a user