nixpkgs/pkgs/tools/misc/coreutils
Dmitry Kalinkin 5ae7445530
coreutils: remove conflicting _FORTIFY_SOURCE definition
Originally this was introduced in 055e646b ('coreutils: Guard against compiler not supporting __builtin_stpncpy_chk') four years ago. Right now this doesn't seem to serve any purpose and it conflicts with the hardening flags:

    <command line>:2:9: warning: '_FORTIFY_SOURCE' macro redefined [-Wmacro-redefined]
    #define _FORTIFY_SOURCE 2
            ^
    <command line>:1:9: note: previous definition is here
    #define _FORTIFY_SOURCE 0
            ^
    1 warning generated.
2017-09-19 04:59:40 -04:00
..
coreutils-8.23-4.cygwin.patch cygwin: findutils fpending and coreutils patch 2015-05-28 10:53:35 +02:00
default.nix coreutils: remove conflicting _FORTIFY_SOURCE definition 2017-09-19 04:59:40 -04:00