Ignore:
Timestamp:
01/24/2016 08:01:02 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
f587275
Parents:
54789f3
Message:

Merge Chapter 9 changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16835 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libesmtp.xml

    r54789f3 r83f6c770  
    66
    77  <!ENTITY libesmtp-download-http "http://www.stafford.uklinux.net/libesmtp/libesmtp-&libesmtp-version;.tar.bz2">
    8   <!ENTITY libesmtp-download-ftp  "&gentoo-ftp-repo;/libesmtp-&libesmtp-version;.tar.bz2">
     8<!--
     9  <!ENTITY libesmtp-download-ftp  "&gentoo-ftp-repo;/libesmtp-&libesmtp-version;.tar.bz2">-->
     10  <!ENTITY libesmtp-download-ftp  "&fedora-http-repo;/libesmtp/libesmtp-&libesmtp-version;.tar.bz2/&libesmtp-md5sum;/libesmtp-&libesmtp-version;.tar.bz2">
    911  <!ENTITY libesmtp-md5sum        "bf3915e627fd8f35524a8fdfeed979c8">
    1012  <!ENTITY libesmtp-size          "364 KB">
     
    3436    to manage email submission to a mail transport layer.</para>
    3537
    36     &lfs77_checked;
     38    &lfs78_checked;
    3739
    3840    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7476    commands:</para>
    7577
    76 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     78<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7779make</userinput></screen>
    7880
     
    8284
    8385<screen role="root"><userinput>make install</userinput></screen>
    84 
    85   </sect2>
    86 
    87   <sect2 role="commands">
    88     <title>Command Explanations</title>
    89 
    90     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    91       href="../../xincludes/static-libraries.xml"/>
    9286
    9387  </sect2>
     
    10397      <seglistitem>
    10498        <seg>libesmtp-config</seg>
    105         <seg>libesmtp.so and <application>libESMTP</application>
     99        <seg>libesmtp.{so,a} and <application>libESMTP</application>
    106100        SASL plugins</seg>
    107101        <seg>/usr/lib/esmtp-plugins</seg>
     
    126120
    127121      <varlistentry id="libesmtp-lib">
    128         <term><filename class='libraryfile'>libesmtp.so</filename></term>
     122        <term><filename class='libraryfile'>libesmtp.{so,a}</filename></term>
    129123        <listitem>
    130124          <para>is used to manage submission of electronic mail to a Mail
    131125          Transport Agent.</para>
    132126          <indexterm zone="libesmtp libesmtp-lib">
    133             <primary sortas="c-libesmtp">libesmtp.so</primary>
     127            <primary sortas="c-libesmtp">libesmtp.{so,a}</primary>
    134128          </indexterm>
    135129        </listitem>
Note: See TracChangeset for help on using the changeset viewer.