Linux 2.6.{25,28}: Use GNU Make 3.81.
svn path=/nixpkgs/trunk/; revision=26733
This commit is contained in:
parent
38a4604710
commit
376d66178a
@ -4912,6 +4912,7 @@ let
|
||||
|
||||
linux_2_6_25 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.25.nix) {
|
||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
||||
stdenv = overrideInStdenv stdenv [gnumake381];
|
||||
kernelPatches =
|
||||
[ kernelPatches.fbcondecor_2_6_25
|
||||
kernelPatches.sec_perm_2_6_24
|
||||
@ -4929,6 +4930,7 @@ let
|
||||
|
||||
linux_2_6_28 = makeOverridable (import ../os-specific/linux/kernel/linux-2.6.28.nix) {
|
||||
inherit fetchurl stdenv perl mktemp module_init_tools;
|
||||
stdenv = overrideInStdenv stdenv [gnumake381];
|
||||
kernelPatches =
|
||||
[ kernelPatches.fbcondecor_2_6_28
|
||||
kernelPatches.sec_perm_2_6_24
|
||||
|
Loading…
Reference in New Issue
Block a user