aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2020-05-13 20:57:13 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2020-05-13 20:57:13 +0000
commitb6578e4ba9dd5b302404dff84400e97fa3b810e7 (patch)
tree5f33dedebb585d134f5dacf4cc779052e36df771
parentcc744b1ea64f9688293feb0392898966a5891d7c (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
-rw-r--r--chapter06/libcap.xml2
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