Work around SSP build failure in glibc214, too.

Glibc 2.14 also produces a build failure in Hydra, so we need to apply the same
fix here, too.
This commit is contained in:
aszlig 2012-06-27 16:39:14 +02:00
parent d0d4123962
commit f5a5915f6e

@ -97,6 +97,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")