mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-27 10:42:12 +01:00
Currently cryptsetup is installing its .pc file in /lib/pkgconfig; however, our main/pkgconf is not looking in that folder. This patch moves the .pc file from /lib/pkgconfig to /usr/lib/pkgconfig, as main/procps also does. (Alternatively, we might instead patch main/pkgconf to include /lib/pkgconfig in its default PKG_CONFIG_PATH.)