Ignore:
Timestamp:
03/20/2021 07:19:45 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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:
5ec23d4
Parents:
04e742e
Message:

giflib: remove static lib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/giflib.xml

    r04e742e r0781cb6b  
    105105<screen role="root"><userinput>make PREFIX=/usr install &amp;&amp;
    106106
     107rm -fv /usr/lib/libgif.a &amp;&amp;
     108
    107109find doc \( -name Makefile\* -o -name \*.1 \
    108110         -o -name \*.xml \) -exec rm -v {} \; &amp;&amp;
     
    122124  <sect2 role="commands">
    123125    <title>Command Explanations</title>
     126
     127    <para>
     128      <command>rm -fv /usr/lib/libgif.a</command>: This command removes a
     129      static library which is not used by any BLFS package.
     130    </para>
    124131
    125132    <para>
Note: See TracChangeset for help on using the changeset viewer.