Changeset f058001 for chapter08/kbd.xml


Ignore:
Timestamp:
08/08/2020 11:22:59 AM (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:
1d527ce
Parents:
fe2a824
Message:

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.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12014 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/kbd.xml

    rfe2a824 rf058001  
    6161    <para>Prepare Kbd for compilation:</para>
    6262
    63 <screen><userinput remap="configure">./configure --prefix=/usr --disable-vlock</userinput></screen>
     63<screen><userinput remap="configure">./configure --prefix=/usr    \
     64            --disable-vlock  \
     65            --disable-static</userinput></screen>
    6466
    6567    <variablelist>
     
    108110    <segmentedlist>
    109111      <segtitle>Installed programs</segtitle>
     112      <segtitle>Installed libraries</segtitle>
    110113      <segtitle>Installed directories</segtitle>
    111114
     
    116119        psfxtable), psfstriptable (link to psfxtable), psfxtable, <!--resizecons,-->
    117120        setfont, setkeycodes, setleds, setmetamode, setvtrgb,
    118         showconsolefont, showkey, unicode_start, and unicode_stop</seg>
     121        showconsolefont, showkey, unicode_start, and unicode_stop</seg>   
     122        <seg>libtswrap.so</seg>
    119123        <seg>/usr/share/consolefonts, /usr/share/consoletrans, /usr/share/keymaps,
    120124        /usr/share/doc/kbd-&kbd-version;,  and /usr/share/unimaps</seg>
     
    386390      </varlistentry>
    387391
     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
    388402    </variablelist>
    389403
Note: See TracChangeset for help on using the changeset viewer.