Merge pull request #29554 from veprbl/patch-1
coreutils: remove conflicting _FORTIFY_SOURCE definition
This commit is contained in:
commit
52d1f68005
@ -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) ''
|
||||
|
Loading…
Reference in New Issue
Block a user