Compile glibc without -fstack-protector.

At least until NixOS full supports -fstack-protector it's better to turn it off
at the moment, as previous successful builds didn't include it either.
This commit is contained in:
aszlig 2012-06-04 19:54:32 +02:00
parent 104bd01e1d
commit d0d4123962
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ stdenv.mkDerivation ({
"--enable-add-ons"
"--sysconfdir=/etc"
"--localedir=/var/run/current-system/sw/lib/locale"
"libc_cv_ssp=no"
(if kernelHeaders != null
then "--with-headers=${kernelHeaders}/include"
else "--without-headers")