mirror of
git://sourceware.org/git/glibc.git
synced 2026-09-08 23:58:31 +08:00
dbe5065f21andae589cb84dcater for setups where ld.so.conf{,.d} is required to find runtime support libraries, but tst-glibc-hwcaps-prepend-cache clobbers the created ld.so.conf with its own entry. Fix it to instead use the ld.so.conf.d created inae589cb84dto co-exist with existing entries. Bug: https://bugs.gentoo.org/976773 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=31901 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=34210 Tested-by: Andreas K. Hüttel <dilfridge@gentoo.org> Reported-by: Eli Schwartz <eschwartz@gentoo.org> Reviewed-by: Andreas K. Hüttel <dilfridge@gentoo.org>