Author: ludo
Date: Tue Jul 12 12:16:23 2011
New Revision: 27734
URL: https://svn.nixos.org/websvn/nix/?rev=27734&sc=1

Log:
glibc: Add dependency on GCC 4.6.

Modified:
   hydra-config/gnu/trunk/glibc/release.nix

Modified: hydra-config/gnu/trunk/glibc/release.nix
==============================================================================
--- hydra-config/gnu/trunk/glibc/release.nix    Tue Jul 12 10:34:30 2011        
(r27733)
+++ hydra-config/gnu/trunk/glibc/release.nix    Tue Jul 12 12:16:23 2011        
(r27734)
@@ -42,7 +42,13 @@
 
   inherit (pkgs) releaseTools;
 
-  buildInputsFrom = pkgs: with pkgs; [ gettext_0_17 texinfo perl ];
+  buildInputsFrom = pkgs: with pkgs;
+    [ gettext_0_17 texinfo perl
+
+      # Build with a newer GCC in the hope that `.data.rel.ro' actually ends
+      # up in a `GNU_RELRO' section, allowing the `configure' check to pass.
+      gcc46
+    ];
 
   succeedOnFailure = true;
   keepBuildDirectory = true;
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to