3
0
Fork 0
forked from mirrors/nixpkgs

prevent the kernel modules to link with the glibc headers. This is very very

tricky. D'oh!!!

svn path=/nixpkgs/trunk/; revision=5720
This commit is contained in:
Armijn Hemel 2006-07-16 20:05:23 +00:00
parent 6f330b4a99
commit 95dd22417c

View file

@ -9,4 +9,5 @@ stdenv.mkDerivation {
};
patches = [./ov511-kernel.patch];
inherit kernel;
NIX_GLIBC_FLAGS_SET=1;
}