disable ldconfig during install
commit632bb8406a6d242d94b11ae86ad1bd2e8fd387d3
authorMike Frysinger <vapier@gentoo.org>
Sat, 4 May 2013 18:07:11 +0000 (4 14:07 -0400)
committerMike Frysinger <vapier@gentoo.org>
Fri, 16 Aug 2013 19:13:08 +0000 (16 15:13 -0400)
tree8ff0de329d3c3246593e47bb3dba58d2a547135a
parenteefa3be8e4c2c721a9f277d8ea2e11180231829f
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