summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2017-09-19 11:50:29 +0200
committerGitHub <noreply@github.com>2017-09-19 11:50:29 +0200
commit52d1f68005bcec196f4d7f7b419b119bdfdf7c03 (patch)
treee8278a7a10bcd4a6c8906f5ee65918e27692578a
parentd403ffecdd745935c4d2e40ead8ac4f758aa44f0 (diff)
parent5ae74455302260a38ab46eea7f96eff43de7392f (diff)
downloadnixpkgs-52d1f68005bcec196f4d7f7b419b119bdfdf7c03.tar
nixpkgs-52d1f68005bcec196f4d7f7b419b119bdfdf7c03.tar.gz
nixpkgs-52d1f68005bcec196f4d7f7b419b119bdfdf7c03.tar.bz2
nixpkgs-52d1f68005bcec196f4d7f7b419b119bdfdf7c03.tar.lz
nixpkgs-52d1f68005bcec196f4d7f7b419b119bdfdf7c03.tar.xz
nixpkgs-52d1f68005bcec196f4d7f7b419b119bdfdf7c03.tar.zst
nixpkgs-52d1f68005bcec196f4d7f7b419b119bdfdf7c03.zip
Merge pull request #29554 from veprbl/patch-1
coreutils: remove conflicting _FORTIFY_SOURCE definition
-rw-r--r--pkgs/tools/misc/coreutils/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix
index c3f4863fe6f..9a422a96d70 100644
--- a/pkgs/tools/misc/coreutils/default.nix
+++ b/pkgs/tools/misc/coreutils/default.nix
@@ -76,8 +76,6 @@ stdenv.mkDerivation rec {
   NIX_LDFLAGS = optionalString selinuxSupport "-lsepol";
   FORCE_UNSAFE_CONFIGURE = optionalString hostPlatform.isSunOS "1";
 
-  makeFlags = optionalString hostPlatform.isDarwin "CFLAGS=-D_FORTIFY_SOURCE=0";
-
   # Works around a bug with 8.26:
   # Makefile:3440: *** Recursive variable 'INSTALL' references itself (eventually).  Stop.
   preInstall = optionalString (hostPlatform != buildPlatform) ''