aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2020-08-09 12:15:08 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2020-08-09 12:15:08 +0000
commit26c54f9e3d2882daa3fee3e059da9c419b5ac71f (patch)
treeeb92ff97a1a32037d543491c148d797008099526
parent1d527ce6ff9dd0660bc2bac20a74332c997294b9 (diff)
kbd: remove libtswrap
Upstream says it is internal, and shouldn't be installed. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12016 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter08/kbd.xml22
1 files changed, 6 insertions, 16 deletions
diff --git a/chapter08/kbd.xml b/chapter08/kbd.xml
index 4701be7e0..6e93d0acb 100644
--- a/chapter08/kbd.xml
+++ b/chapter08/kbd.xml
@@ -60,9 +60,7 @@ sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen>
<para>Prepare Kbd for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
- --disable-vlock \
- --disable-static</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen>
<variablelist>
<title>The meaning of the configure option:</title>
@@ -90,6 +88,10 @@ sed -i 's/resizecons.8 //' docs/man/man8/Makefile.in</userinput></screen>
<screen><userinput remap="install">make install</userinput></screen>
+ <para>Remove an internal library installed unintentionally:</para>
+
+<screen><userinput remap="install">rm -v /usr/lib/libtswrap.{a,la,so*}</userinput></screen>
+
<note>
<para>For some languages (e.g., Belarusian) the Kbd package doesn't
provide a useful keymap where the stock <quote>by</quote> keymap assumes
@@ -109,7 +111,6 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
<segmentedlist>
<segtitle>Installed programs</segtitle>
- <segtitle>Installed libraries</segtitle>
<segtitle>Installed directories</segtitle>
<seglistitem>
@@ -118,8 +119,7 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
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>
- <seg>libtswrap.so</seg>
+ showconsolefont, showkey, unicode_start, and unicode_stop</seg>
<seg>/usr/share/consolefonts, /usr/share/consoletrans, /usr/share/keymaps,
/usr/share/doc/kbd-&kbd-version;, and /usr/share/unimaps</seg>
</seglistitem>
@@ -389,16 +389,6 @@ cp -R -v docs/doc/* /usr/share/doc/kbd-&kbd-version;</userinput></screen>
</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>
</sect2>