Changeset ef7c71d for general/graphlib


Ignore:
Timestamp:
05/31/2013 01:18:45 PM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a4ef8cf
Parents:
fa2bfecd
Message:

Disable static libmng

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libmng.xml

    rfa2bfecd ref7c71d  
    8383    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8484
    85 <screen role="root"><userinput>make prefix=/usr install &amp;&amp;
     85<screen role="root"><userinput>sed -i '/^install\|cp.*libmng.a/ s/libmng.a//' Makefile &amp;&amp;
     86make prefix=/usr install &amp;&amp;
    8687install -v -m644 doc/man/*.3 /usr/share/man/man3 &amp;&amp;
    8788install -v -m644 doc/man/*.5 /usr/share/man/man5 &amp;&amp;
     
    101102    Add a gcc option to make the build compatible with x86_64 systems.</para>
    102103
     104    <para><command>sed -i '/^install\|cp.*libmng.a/ s/libmng.a//' Makefile</command>
     105    This command disables installing the static library.</para>
     106
    103107    <para><command>install ...</command>: The documentation files are not
    104108    installed by the installation procedure, so they are copied manually.</para>
     
    116120      <seglistitem>
    117121        <seg>None</seg>
    118         <seg>libmng.{so,a}</seg>
     122        <seg>libmng.so</seg>
    119123        <seg>/usr/share/doc/libmng-&libmng-version;</seg>
    120124      </seglistitem>
     
    127131
    128132      <varlistentry id="libmng-lib">
    129         <term><filename class='libraryfile'>libmng.{so,a}</filename></term>
     133        <term><filename class='libraryfile'>libmng.so</filename></term>
    130134        <listitem>
    131135          <para>provides functions for programs wishing to read and write
     
    133137          with certain other formats.</para>
    134138          <indexterm zone="libmng libmng-lib">
    135             <primary sortas="c-libmng">libmng.{so,a}</primary>
     139            <primary sortas="c-libmng">libmng.so</primary>
    136140          </indexterm>
    137141        </listitem>
Note: See TracChangeset for help on using the changeset viewer.