Author: xry111
Date: Sat Aug  8 04:22:59 2020
New Revision: 12014

Log:
kbd: do not install static lib libtswrap.a

Actually I believe (shared) libtswrap shouldn't be installed at all.
Opened https://github.com/legionus/kbd/issues/46.

Modified:
   trunk/BOOK/chapter08/kbd.xml

Modified: trunk/BOOK/chapter08/kbd.xml
==============================================================================
--- trunk/BOOK/chapter08/kbd.xml        Sat Aug  8 04:02:42 2020        (r12013)
+++ trunk/BOOK/chapter08/kbd.xml        Sat Aug  8 04:22:59 2020        (r12014)
@@ -60,7 +60,9 @@
 
     <para>Prepare Kbd for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr 
--disable-vlock</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr    \
+            --disable-vlock  \
+            --disable-static</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure option:</title>
@@ -107,6 +109,7 @@
 
     <segmentedlist>
       <segtitle>Installed programs</segtitle>
+      <segtitle>Installed libraries</segtitle>
       <segtitle>Installed directories</segtitle>
 
       <seglistitem>
@@ -115,7 +118,8 @@
         mapscrn, openvt, psfaddtable (link to psfxtable), psfgettable (link to
         psfxtable), psfstriptable (link to psfxtable), psfxtable, 
<!--resizecons,-->
         setfont, setkeycodes, setleds, setmetamode, setvtrgb,
-        showconsolefont, showkey, unicode_start, and unicode_stop</seg>
+        showconsolefont, showkey, unicode_start, and unicode_stop</seg>    
+        <seg>libtswrap.so</seg>
         <seg>/usr/share/consolefonts, /usr/share/consoletrans, 
/usr/share/keymaps, 
         /usr/share/doc/kbd-&kbd-version;,  and /usr/share/unimaps</seg>
       </seglistitem>
@@ -384,6 +388,16 @@
           </indexterm>
         </listitem>
       </varlistentry>
+
+      <varlistentry id="libtswrap">
+        <term><filename class="libraryfile">libtswrap</filename></term>
+        <listitem>
+          <para>Kbd test wrapper library</para>
+          <indexterm zone="ch-system-kbd libtswrap">
+            <primary sortas="b-libtswrap">libtswrap</primary>
+          </indexterm>
+        </listitem>
+      </varlistentry>
 
     </variablelist>
 
-- 
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