don't link with glibc

svn path=/nixpkgs/trunk/; revision=5746
This commit is contained in:
Armijn Hemel 2006-07-17 18:01:50 +00:00
parent d169043264
commit 512ba2d502

View file

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