diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-13 20:57:13 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-05-13 20:57:13 +0000 |
commit | b6578e4ba9dd5b302404dff84400e97fa3b810e7 (patch) | |
tree | 5f33dedebb585d134f5dacf4cc779052e36df771 /chapter06 | |
parent | cc744b1ea64f9688293feb0392898966a5891d7c (diff) |
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
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/libcap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/libcap.xml b/chapter06/libcap.xml index 74704650d..8126dfaae 100644 --- a/chapter06/libcap.xml +++ b/chapter06/libcap.xml @@ -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 |