From 034b2ec2ed00e7d099a7810a284ca6b7dbe81dd9 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sat, 5 Mar 2016 19:47:04 +0100 Subject: [PATCH] glibc: stackprotector is already disabled in default.nix This overwrites the hardeningDisable attribute and removes disabling the fortify flag. --- pkgs/development/libraries/glibc/common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/libraries/glibc/common.nix b/pkgs/development/libraries/glibc/common.nix index 50be7d8a7346..13d5adcd9b13 100644 --- a/pkgs/development/libraries/glibc/common.nix +++ b/pkgs/development/libraries/glibc/common.nix @@ -165,9 +165,6 @@ stdenv.mkDerivation ({ preBuild = lib.optionalString withGd "unset NIX_DONT_SET_RPATH"; - # FIXME needs gcc 4.9 in bootstrap tools - hardeningDisable = [ "stackprotector" ]; - meta = { homepage = http://www.gnu.org/software/libc/; description = "The GNU C Library";