Skip to content

Commit

Permalink
Work around SSP build failure in glibc214, too.
Browse files Browse the repository at this point in the history
Glibc 2.14 also produces a build failure in Hydra, so we need to apply the same
fix here, too.
  • Loading branch information
aszlig committed Jun 27, 2012
1 parent d0d4123 commit f5a5915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/glibc/2.14/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit f5a5915

Please sign in to comment.