aports/main/cryptsetup
Dubiousjim 6c2e0fbd5f main/cryptsetup: fix location of .pc file
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.)
2013-06-28 06:57:05 +00:00
..