1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/glibc
Eelco Dolstra 65221567c1 glibc: Include a copy of libgcc_s.so.1
This prevents failures like "libgcc_s.so.1 must be installed for
pthread_cancel to work" that occur because Glibc assumes libgcc_s.so.1
to be in Glibc's libdir.

This solution is pretty hacky, because the libgcc_s.so.1 from
bootstrap-tools might be too old. So if we update GCC, programs might
end up using an outdated libgcc_s.so.1. Ideally, we would build
libgcc_s.so.1 *before* Glibc, which might not be impossible...

Fixes #3548.
2014-11-11 10:23:26 +01:00
..
builder.sh glibc: Include a copy of libgcc_s.so.1 2014-11-11 10:23:26 +01:00
common.nix glibc: Update to 2.20 2014-10-29 17:54:47 +01:00
default.nix glibc: Include a copy of libgcc_s.so.1 2014-11-11 10:23:26 +01:00
dont-use-system-ld-so-cache.patch glibc/2.19 -> glibc 2014-10-29 13:42:59 +01:00
dont-use-system-ld-so-preload.patch glibc: Update to 2.20 2014-10-29 17:54:47 +01:00
fix_path_attribute_in_getconf.patch glibc/2.19 -> glibc 2014-10-29 13:42:59 +01:00
glibc-crypt-blowfish.patch glibc/2.19 -> glibc 2014-10-29 13:42:59 +01:00
glibc-remove-datetime-from-nscd.patch glibc/2.19 -> glibc 2014-10-29 13:42:59 +01:00
info.nix glibc/2.19 -> glibc 2014-10-29 13:42:59 +01:00
locales-builder.sh glibc/2.19 -> glibc 2014-10-29 13:42:59 +01:00
locales.nix glibc: Update to 2.20 2014-10-29 17:54:47 +01:00
multi.nix glibc/2.19 -> glibc 2014-10-29 13:42:59 +01:00
nix-locale-archive.patch glibc/2.19 -> glibc 2014-10-29 13:42:59 +01:00
rpcgen-path.patch glibc/2.19 -> glibc 2014-10-29 13:42:59 +01:00