Changeset 43a56d1


Ignore:
Timestamp:
03/20/2012 09:45:12 PM (12 years ago)
Author:
Ken Moffat <ken@…>
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:
c11f2b3b
Parents:
e8acc33
Message:

Tag neon for 7.1, on this occasion revise its size and dependencies, as well as disabling static libs.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/neon.xml

    re8acc33 r43a56d1  
    99  <!ENTITY neon-md5sum        "591e0c82e6979e7e615211b386b8f6bc">
    1010  <!ENTITY neon-size          "862 KB">
    11   <!ENTITY neon-buildsize     "30 MB">
    12   <!ENTITY neon-time          "0.3 SBU">
     11  <!ENTITY neon-buildsize     "26 MB">
     12  <!ENTITY neon-time          "0.1 SBU">
    1313]>
    1414
     
    3232    <para>The <application>neon</application> package is an HTTP and WebDAV
    3333    client library, with a C interface.</para>
     34
     35    &lfs71_checked;
    3436
    3537    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6365    <bridgehead renderas="sect4">Optional</bridgehead>
    6466    <para role="optional"><xref linkend="openssl"/> or
    65     <xref linkend="gnutls"/></para>
     67    <xref linkend="gnutls"/>,
     68    <xref linkend="libproxy"/> (requires <xref linkend="pkgconfig"/> to find it),
     69    <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>, and
     70    <ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink></para>
    6671
    6772    <para condition="html" role="usernotes">User Notes:
     
    7681    commands:</para>
    7782
    78 <screen><userinput>./configure --prefix=/usr --enable-shared &amp;&amp;
     83<screen><userinput>./configure --prefix=/usr --enable-shared --disable-static &amp;&amp;
    7984make</userinput></screen>
    8085
     
    9499    installed.</para>
    95100
     101    <para><parameter>--disable-static</parameter>: This parameter prevents the
     102    static libraries being installed.</para>
     103
    96104    <para><option>--with-ssl=openssl</option>: This option enables SSL support
    97105    using <application>openssl</application>.</para>
     
    105113    <para><option>--with-expat</option>: This option forces the use of
    106114    <application>expat</application>.</para>
     115
     116    <para>If you wish to use the other optional dependencies, consult the
     117    output of <command>./configure --help</command>.</para>
    107118
    108119  </sect2>
     
    118129      <seglistitem>
    119130        <seg>neon-config</seg>
    120         <seg>libneon.{so,a}</seg>
     131        <seg>libneon.so</seg>
    121132        <seg>/usr/{include/neon,share/doc/neon-0.29.6/html}</seg>
    122133      </seglistitem>
     
    140151
    141152      <varlistentry id="libneon">
    142         <term><filename class='libraryfile'>libneon.{so,a}</filename></term>
     153        <term><filename class='libraryfile'>libneon.so</filename></term>
    143154        <listitem>
    144155          <para>is used as a high-level interface to common HTTP and WebDAV
    145156          methods.</para>
    146157          <indexterm zone="neon libneon">
    147             <primary sortas="c-libneon">libneon.{so,a}</primary>
     158            <primary sortas="c-libneon">libneon.so</primary>
    148159          </indexterm>
    149160        </listitem>
Note: See TracChangeset for help on using the changeset viewer.