mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-23 13:49:37 +01:00
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:
parent
cc744b1ea6
commit
b6578e4ba9
@ -71,7 +71,7 @@
|
||||
|
||||
<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;
|
||||
mv -v /lib/libpsx.a /usr/lib
|
||||
rm -v /lib/libcap.so
|
||||
|
Loading…
Reference in New Issue
Block a user