]> git.ipfire.org Git - thirdparty/glibc.git/commit
disable ldconfig during install
authorMike Frysinger <vapier@gentoo.org>
Sat, 4 May 2013 18:07:11 +0000 (14:07 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 4 May 2013 18:07:11 +0000 (14:07 -0400)
commit4cc4f2bb67e11fc34f2174e02885c68efbea19e8
tree38b363d9f7c5fc977167a0c4ef55d239f00cb9b9
parentb8079dd0d360648e4e8de48656c5c38972621072
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