]> git.ipfire.org Git - thirdparty/glibc.git/commit
disable ldconfig during install
authorMike Frysinger <vapier@gentoo.org>
Wed, 1 Apr 2009 06:15:48 +0000 (02:15 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 18 Feb 2016 23:41:18 +0000 (18:41 -0500)
commit500248f4ce74940538c4db40f4815725f4c20c77
treee15bae0ab194c588066c2ad5657b7b1001c8437d
parente742928c1592b43db6809db4f39e67be151cdd27
disable ldconfig during install

Do not bother running ldconfig on DESTDIR.  It's a waste of time as we
won't use the result (portage will rebuild the cache after install).
Also, the Gentoo sandbox does not currently catch chroot() behavior so
we end up (incorrectly) flagging it as a violation as a write to /etc.

http://sourceware.org/ml/libc-alpha/2012-08/msg00118.html
https://bugs.gentoo.org/431038
Makefile