Hi, On Wed, Jan 20, 2021 at 10:09:34AM +0000, Håvard Flaget Aasen wrote: > I noticed that the patch also moves the libraries to a different folder.
Yes, it does. > I assume this will break some setups if they don't use the pkg-config files? No, it should not. The multiarch libraries are on the default search path of both ld.so and the common compilers (gcc/clang). Moving them together was easier that just moving the .pc file though. These days, /usr/lib does not directly contain many libraries anymore as most have moved to multiarch. libsanlock should do the same eventually, but the .pc file location is a sticking issue. Helmut