about summary refs log tree commit diff
path: root/pkgs/development/libraries/glibc
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2012-06-27 16:39:14 +0200
committeraszlig <aszlig@redmoonstudios.org>2012-06-27 16:41:33 +0200
commitf5a5915f6e3e1756b4ce78d38c2655a912e156c4 (patch)
tree5d5b0c549882903b466a0a7c26b95119087c62b8 /pkgs/development/libraries/glibc
parentd0d4123962ed53266319dff6b19c42444b26bb7a (diff)
downloadnixlib-f5a5915f6e3e1756b4ce78d38c2655a912e156c4.tar
nixlib-f5a5915f6e3e1756b4ce78d38c2655a912e156c4.tar.gz
nixlib-f5a5915f6e3e1756b4ce78d38c2655a912e156c4.tar.bz2
nixlib-f5a5915f6e3e1756b4ce78d38c2655a912e156c4.tar.lz
nixlib-f5a5915f6e3e1756b4ce78d38c2655a912e156c4.tar.xz
nixlib-f5a5915f6e3e1756b4ce78d38c2655a912e156c4.tar.zst
nixlib-f5a5915f6e3e1756b4ce78d38c2655a912e156c4.zip
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.
Diffstat (limited to 'pkgs/development/libraries/glibc')
-rw-r--r--pkgs/development/libraries/glibc/2.14/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/glibc/2.14/common.nix b/pkgs/development/libraries/glibc/2.14/common.nix
index a8d0f661b72f..ab3ef7c42f49 100644
--- a/pkgs/development/libraries/glibc/2.14/common.nix
+++ b/pkgs/development/libraries/glibc/2.14/common.nix
@@ -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")