diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-11-16 23:14:28 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-16 23:14:28 +0100 |
commit | 13990c7343b93190716edb967ecd0159ddc1b6d9 (patch) | |
tree | 0f0469ec5ba749cfdabdd191bad0b987f06b879a /gnu-system.am | |
parent | 127ed6a9ddcaaec56e88b717892e74e3840584ef (diff) | |
download | guix-13990c7343b93190716edb967ecd0159ddc1b6d9.tar guix-13990c7343b93190716edb967ecd0159ddc1b6d9.tar.gz |
gnu: glibc: Really disable 'ldconfig' and /etc/ld.so.cache.
* gnu/packages/base.scm (glibc): Add 'snippet' to set use_ldconfig=no.
Remove "glibc-no-ld-so-cache.patch"; that patch would still build
'ldconfig', and ld.so would still contain ld.so.cache-related code,
and would look for info in /etc/etc/ld.so.cache (sic).
* gnu/packages/patches/glibc-no-ld-so-cache.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index ffb18e8573..20d3e67662 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -232,7 +232,6 @@ dist_patch_DATA = \ gnu/packages/patches/glibc-bootstrap-system.patch \ gnu/packages/patches/glibc-ldd-x86_64.patch \ gnu/packages/patches/glibc-make-4.0.patch \ - gnu/packages/patches/glibc-no-ld-so-cache.patch \ gnu/packages/patches/grub-gets-undeclared.patch \ gnu/packages/patches/gstreamer-0.10-bison3.patch \ gnu/packages/patches/gstreamer-0.10-silly-test.patch \ |