Skip to content

Remove /lib from ld.so.conf files

Michael Biebl requested to merge biebl/glibc:ld-so-conf-lib-removal into glibc-2.42

This is no longer necessary, as all libraries must be installed in /usr/lib for which corresponding entries exist. It also has the added benefit that it's one less path that needs to be searched and the output of ldd can be fed directly to dpkg -S.

Closes: #1111805

Merge request reports

Loading