From: Mike Frysinger Date: Sat, 4 May 2013 18:07:11 +0000 (-0400) Subject: disable ldconfig during install X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a8236dcac0e7d5aa5148d96da46b0f204b20140;p=thirdparty%2Fglibc.git disable ldconfig during install do not bother running ldconfig on DESTDIR. it wants to write the temp cache file outside of the chroot. doesnt matter anyways as we wont use the cache results (portage will rebuild cache), so running ldconfig is simply a waste of time. http://sourceware.org/ml/libc-alpha/2012-08/msg00118.html https://bugs.gentoo.org/431038 --- diff --git a/Makefile b/Makefile index 17e796fe1bb..e25e8bead62 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,7 @@ install-symbolic-link: subdir_install rm -f $(symbolic-link-list) install: +dont-bother-with-destdir: -test ! -x $(elf-objpfx)ldconfig || LC_ALL=C \ $(elf-objpfx)ldconfig $(addprefix -r ,$(install_root)) \ $(slibdir) $(libdir)