1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Nix Packages collection & NixOS
Find a file
Danie Roux 055e646bfc coreutils: Guard against compiler not supporting __builtin_stpncpy_chk
From https://lists.macosforge.org/pipermail/macports-dev/2011-July/015263.html:

5) Building with a compiler that doesn't support newer __builtins

If your port uses MacPorts compilers rather than the default compiler,
you may run into trouble with string functions.  You'll see errors at
link time about undefined __builtin_* functions.  If this happens, you
may want to compile with -D_FORTIFY_SOURCE=0 to tell the headers to
use unfortified versions which do not use compiler builtins.
2013-09-14 14:45:07 +02:00
doc Fix a few typos 2013-08-11 10:55:53 +00:00
maintainers nixpkgs-lint: add check for meta.platforms attribute 2013-09-07 20:43:07 +02:00
pkgs coreutils: Guard against compiler not supporting __builtin_stpncpy_chk 2013-09-14 14:45:07 +02:00
.gitignore
COPYING
default.nix
VERSION