nixpkgs/pkgs/development/libraries/glibc-2.12
Lluís Batlle i Rossell 9af474ca72 Fixing a problem of nscd on (only) armv5tel (soft-float).
It gets linked to libgcc_s (shared lib) unless doing the trick I thought feasible of
telling 'configure' that the linker does not support "as-needed".
I found this reading their 'configure' script.

We don't want nscd linked to libgcc because that would make glibc dependant on the
previous gcc. This only happens on armv5tel, for the supported platforms.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24959
2010-12-02 22:23:15 +00:00
..
audit_suid.patch Adding a fix for an important glibc vulnerability, very easy to exploit: 2010-10-25 18:25:23 +00:00
builder.sh glibc 2.12.1. 2010-08-20 15:26:50 +00:00
common.nix Fixing a problem of nscd on (only) armv5tel (soft-float). 2010-12-02 22:23:15 +00:00
default.nix glibc 2.12.1. 2010-08-20 15:26:50 +00:00
gnu89-inline.patch glibc 2.12.1. 2010-08-20 15:26:50 +00:00
ignore-origin.patch Adding another fix for glibc, for a security hole, suggested by niksnut. 2010-11-18 20:33:29 +00:00
info.nix glibc 2.12.1. 2010-08-20 15:26:50 +00:00
locales-builder.sh glibc 2.12.1. 2010-08-20 15:26:50 +00:00
locales.nix The glibc locales expression did not work limiting SUPPORTED-LOCALES. Now it does. 2010-10-12 20:41:40 +00:00
nix-locale-archive.patch Fixes on the glibc-2.12 expression. 2010-08-21 11:51:21 +00:00
nss-skip-unavail.patch glibc 2.12.1. 2010-08-20 15:26:50 +00:00
rpcgen-path.patch glibc 2.12.1. 2010-08-20 15:26:50 +00:00
strncasecmp_sse42.patch I forgot a patch I mentioned in the previous commit. 2010-11-19 22:21:05 +00:00