Commit 48f44c6f2b48e45e has modified the defition of PKGCONFIGDIR to use

LIBDIR, which is /lib in our case, so that .pc files are wrongly installed
in /lib/pkgconfig. Explcitely set PKGCONFIGDIR so that the files land
at the right place.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11848 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Pierre Labastie 2020-05-13 20:57:13 +00:00
parent cc744b1ea6
commit b6578e4ba9

View File

@ -71,7 +71,7 @@
<para>Install the package and do some cleanup:</para> <para>Install the package and do some cleanup:</para>
<screen><userinput remap="install">make lib=lib install <screen><userinput remap="install">make lib=lib PKGCONFIGDIR=/usr/lib/pkgconfig install
chmod -v 755 /lib/libcap.so.&libcap-version; chmod -v 755 /lib/libcap.so.&libcap-version;
mv -v /lib/libpsx.a /usr/lib mv -v /lib/libpsx.a /usr/lib
rm -v /lib/libcap.so rm -v /lib/libcap.so