Author: pierre
Date: Wed May 13 13:57:13 2020
New Revision: 11848

Log:
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.

Modified:
   trunk/BOOK/chapter06/libcap.xml

Modified: trunk/BOOK/chapter06/libcap.xml
==============================================================================
--- trunk/BOOK/chapter06/libcap.xml     Tue May 12 03:09:43 2020        (r11847)
+++ trunk/BOOK/chapter06/libcap.xml     Wed May 13 13:57:13 2020        (r11848)
@@ -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
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to