Changeset 26c54f9e


Ignore:
Timestamp:
08/09/2020 12:15:08 PM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9b9db38
Parents:
1d527ce
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kbd.xml

    r1d527ce r26c54f9e  
    6161    <para>Prepare Kbd for compilation:</para>
    6262
    63 <screen><userinput remap="configure">./configure --prefix=/usr    \
    64             --disable-vlock  \
    65             --disable-static</userinput></screen>
     63<screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen>
    6664
    6765    <variablelist>
     
    9088
    9189<screen><userinput remap="install">make install</userinput></screen>
     90
     91    <para>Remove an internal library installed unintentionally:</para>
     92
     93<screen><userinput remap="install">rm -v /usr/lib/libtswrap.{a,la,so*}</userinput></screen>
    9294
    9395    <note>
     
    110112    <segmentedlist>
    111113      <segtitle>Installed programs</segtitle>
    112       <segtitle>Installed libraries</segtitle>
    113114      <segtitle>Installed directories</segtitle>
    114115
     
    119120        psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,-->
    120121        setfont, setkeycodes, setleds, setmetamode, setvtrgb,
    121         showconsolefont, showkey, unicode_start, and unicode_stop</seg>   
    122         <seg>libtswrap.so</seg>
     122        showconsolefont, showkey, unicode_start, and unicode_stop</seg>
    123123        <seg>/usr/share/consolefonts, /usr/share/consoletrans, /usr/share/keymaps,
    124124        /usr/share/doc/kbd-&kbd-version;,  and /usr/share/unimaps</seg>
     
    390390      </varlistentry>
    391391
    392       <varlistentry id="libtswrap">
    393         <term><filename class="libraryfile">libtswrap</filename></term>
    394         <listitem>
    395           <para>Kbd test wrapper library</para>
    396           <indexterm zone="ch-system-kbd libtswrap">
    397             <primary sortas="b-libtswrap">libtswrap</primary>
    398           </indexterm>
    399         </listitem>
    400       </varlistentry>
    401 
    402392    </variablelist>
    403393
Note: See TracChangeset for help on using the changeset viewer.