3
0
Fork 0
forked from mirrors/nixpkgs

glibc: Enable kernels down to 2.6.32 (required for RHEL 6).

This commit is contained in:
Petr Rockai 2013-05-16 06:52:52 +02:00
parent d4bcbbaba6
commit 2a0479fc48

View file

@ -81,7 +81,7 @@ stdenv.mkDerivation ({
then "--enable-profile"
else "--disable-profile")
] ++ stdenv.lib.optionals (cross == null && kernelHeaders != null) [
"--enable-kernel=2.6.35"
"--enable-kernel=2.6.32"
] ++ stdenv.lib.optionals (cross != null) [
(if cross.withTLS then "--with-tls" else "--without-tls")
(if cross.float == "soft" then "--without-fp" else "--with-fp")