about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-05-04 14:07:11 -0400
committerMike Frysinger <vapier@gentoo.org>2013-08-16 15:13:08 -0400
commit632bb8406a6d242d94b11ae86ad1bd2e8fd387d3 (patch)
tree8ff0de329d3c3246593e47bb3dba58d2a547135a
parenteefa3be8e4c2c721a9f277d8ea2e11180231829f (diff)
downloadglibc-632bb8406a6d242d94b11ae86ad1bd2e8fd387d3.tar.gz
glibc-632bb8406a6d242d94b11ae86ad1bd2e8fd387d3.tar.xz
glibc-632bb8406a6d242d94b11ae86ad1bd2e8fd387d3.zip
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
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7d8eccf2e5..0c92e4f27f 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)