summary refs log tree commit diff
path: root/pkgs/development/libraries/libelf
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-14 01:45:14 -0400
committerJohn Ericson <John.Ericson@Obsidian.Systems>2017-09-14 10:27:13 -0400
commite5567bae2dc8eaf61bb31d1913a3f5e4c910fa16 (patch)
treef23586f24b14ab5a5c1940f85ba965aa9cb9ad9a /pkgs/development/libraries/libelf
parent392a014ff2309bb86b3fdefba96b5c3b7d263f30 (diff)
downloadnixpkgs-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar
nixpkgs-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar.gz
nixpkgs-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar.bz2
nixpkgs-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar.lz
nixpkgs-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar.xz
nixpkgs-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.tar.zst
nixpkgs-e5567bae2dc8eaf61bb31d1913a3f5e4c910fa16.zip
treewide: Do not limit hardenging because gcc 4.9 in bootstrap
Bootstrap tools has since been bumped
Diffstat (limited to 'pkgs/development/libraries/libelf')
-rw-r--r--pkgs/development/libraries/libelf/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libelf/default.nix b/pkgs/development/libraries/libelf/default.nix
index 5cf74164f0f..bd0d23bd0cd 100644
--- a/pkgs/development/libraries/libelf/default.nix
+++ b/pkgs/development/libraries/libelf/default.nix
@@ -17,9 +17,6 @@ stdenv.mkDerivation rec {
 
   doCheck = true;
 
-  # FIXME needs gcc 4.9 in bootstrap tools
-  hardeningDisable = [ "stackprotector" ];
-
   # Libelf's custom NLS macros fail to determine the catalog file extension on
   # Darwin, so disable NLS for now.
   # FIXME: Eventually make Gettext a build input on all platforms.