Changeset 5ab87cfa


Ignore:
Timestamp:
03/12/2020 06:21:43 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
de33b2a
Parents:
1a629196
Message:

js68: remove unneeded giant static archive

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22834 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js68.xml

    r1a629196 r5ab87cfa  
    141141                    --disable-debug-symbols  \
    142142                    --enable-readline        \
    143                     --enable-unaligned-private-values&amp;&amp;
     143                    --enable-unaligned-private-values &amp;&amp;
    144144make</userinput></screen>
    145145
     
    152152    </para>
    153153
    154 <screen role="root"><userinput>make install</userinput></screen>
     154<screen role="root"><userinput>make install &amp;&amp;
     155rm -v /usr/lib/libjs_static.ajs</userinput></screen>
    155156
    156157  </sect2>
     
    206207      JS68 does.  <xref linkend="gjs"/> requires JS68 to be built with this
    207208      switch.
     209    </para>
     210
     211    <para>
     212      <command>rm -v /usr/lib/libjs_static.ajs</command>: Remove a large
     213      static library which is not used by any BLFS package.
    208214    </para>
    209215
Note: See TracChangeset for help on using the changeset viewer.