Changeset fa36572 for networking/netlibs


Ignore:
Timestamp:
08/23/2014 08:42:03 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
f45b4144
Parents:
3e06289
Message:

More checks and fixes.

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

Location:
networking/netlibs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/geoclue2-systemd.xml

    r3e06289 rfa36572  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netlibs/glib-networking.xml

    r3e06289 rfa36572  
    3737    </para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    105105    </para>
    106106
    107 <screen><userinput>./configure --prefix=/usr                                 \
    108             --with-ca-certificates=/etc/ssl/ca-bundle.crt \
    109             --disable-static                              &amp;&amp;
     107<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    110108make</userinput></screen>
    111109
     
    125123    <title>Command Explanations</title>
    126124
    127     <para>
    128       <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>:
    129       This parameter specifies where the trusted root certificates are
    130       located.
    131     </para>
    132 
    133125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    134126      href="../../xincludes/static-libraries.xml"/>
     
    140132
    141133    <segmentedlist>
    142       <segtitle>Installed Program</segtitle>
     134      <segtitle>Installed Programs</segtitle>
    143135      <segtitle>Installed Libraries</segtitle>
    144136      <segtitle>Installed Directories</segtitle>
     
    150142        <seg>
    151143          libgiognomeproxy.so, libgiognutls.so and
    152           libgiolibproxy.so
     144          libgiolibproxy.so (GIO Modules)
    153145        </seg>
    154146        <seg>
  • networking/netlibs/libndp.xml

    r3e06289 rfa36572  
    3636    </para>
    3737
    38     &lfs75_checked;
     38    &lfs76_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8585    </para>
    8686
    87 <screen><userinput>./configure --prefix=/usr        \
    88             --sysconfdir=/etc    \
    89             --localstatedir=/var \
    90             --disable-static     &amp;&amp;
     87<screen><userinput>./configure --prefix=/usr --disable-static     &amp;&amp;
    9188make</userinput></screen>
    9289
     
    10097
    10198<screen role="root"><userinput>make install</userinput></screen>
     99
     100  </sect2>
     101
     102  <sect2 role="commands">
     103    <title>Command Explanations</title>
     104
     105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     106      href="../../xincludes/static-libraries.xml"/>
    102107
    103108  </sect2>
  • networking/netlibs/libsoup.xml

    r3e06289 rfa36572  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.