On Sun, 17 Jan 2021 21:52:19 +0100 Helmut Grohne <hel...@subdivi.de> wrote: > Package: libsanlock-dev > Version: 3.8.2-1 > Tags: patch > User: debian-cr...@lists.debian.org > Usertags: ftcbfs > Control: affects -1 + src:libvirt > > libvirt cannot be cross built from source, because pkg-config cannot > find libsanlock.pc. In general, pkg-config does not search > /usr/lib/pkgconfig during cross compilation. It only searches > /usr/share/pkgconfig and /usr/lib/<triplet>/pkgconfig. However, > libsanlock-dev places its .pc files where pkg-config does not search. > Please move them. I'm attaching a patch for your convenience. > > Helmut
Hi Helmut, Thanks for the patch I noticed that the patch also moves the libraries to a different folder. I assume this will break some setups if they don't use the pkg-config files? Håvard