Author: pierre
Date: Tue Nov 17 06:50:35 2020
New Revision: 12061
Log:
Adapt libcap instruction to the new libpsx.so shared library (was only static
before)
Modified:
trunk/BOOK/chapter08/libcap.xml
Modified: trunk/BOOK/chapter08/libcap.xml
==============================================================================
--- trunk/BOOK/chapter08/libcap.xml Sun Nov 15 08:44:17 2020 (r12060)
+++ trunk/BOOK/chapter08/libcap.xml Tue Nov 17 06:50:35 2020 (r12061)
@@ -43,9 +43,9 @@
<sect2 role="installation">
<title>Installation of Libcap</title>
- <para>Prevent a static library from being installed:</para>
+ <para>Prevent static libraries from being installed:</para>
-<screen><userinput remap="pre">sed -i '/install -m.*STACAPLIBNAME/d'
libcap/Makefile</userinput></screen>
+<screen><userinput remap="pre">sed -i '/install -m.*STA/d'
libcap/Makefile</userinput></screen>
<para>Compile the package:</para>
@@ -72,10 +72,11 @@
<para>Install the package and do some cleanup:</para>
<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
-ln -sfv ../../lib/libcap.so.2 /usr/lib/libcap.so</userinput></screen>
+for libname in cap psx; do
+ chmod -v 755 /lib/lib${libname}.so.&libcap-version;
+ rm -v /lib/lib${libname}.so
+ ln -sfv ../../lib/lib${libname}.so.2 /usr/lib/lib${libname}.so
+done</userinput></screen>
</sect2>
@@ -88,7 +89,7 @@
<seglistitem>
<seg>capsh, getcap, getpcaps, and setcap</seg>
- <seg>libcap.so and libpsx.a</seg>
+ <seg>libcap.so and libpsx.so</seg>
</seglistitem>
</segmentedlist>
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page