From 632bb8406a6d242d94b11ae86ad1bd2e8fd387d3 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 4 May 2013 14:07:11 -0400 Subject: [PATCH] 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7d8eccf2e56..0c92e4f27f3 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 $(common-objpfx)elf/ldconfig || LC_ALL=C LANGUAGE=C \ $(common-objpfx)elf/ldconfig $(addprefix -r ,$(install_root)) \ $(slibdir) $(libdir) -- 2.47.2