Ignore:
Timestamp:
01/31/2016 01:23:41 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
3e63daa9
Parents:
027c7d7
Message:

Chapter 17 merge from trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/glib-networking.xml

    r027c7d7 r71c31f5  
    66
    77  <!ENTITY glib-networking-download-http
    8            "&gnome-download-http;/glib-networking/2.46/glib-networking-&glib-networking-version;.tar.xz">
     8    "&gnome-download-http;/glib-networking/2.46/glib-networking-&glib-networking-version;.tar.xz">
    99  <!ENTITY glib-networking-download-ftp
    10            "&gnome-download-ftp;/glib-networking/2.46/glib-networking-&glib-networking-version;.tar.xz">
     10    "&gnome-download-ftp;/glib-networking/2.46/glib-networking-&glib-networking-version;.tar.xz">
    1111  <!ENTITY glib-networking-md5sum        "c000e0b579f5d8fd48efebc7ac4d95dc">
    1212  <!ENTITY glib-networking-size          "372 KB">
    13   <!ENTITY glib-networking-buildsize     "10 MB (with tests)">
    14   <!ENTITY glib-networking-time          "0.1 SBU (with tests)">
     13  <!ENTITY glib-networking-buildsize     "10 MB">
     14  <!ENTITY glib-networking-time          "0.1 SBU">
    1515]>
    1616
     
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
     79      <xref linkend="glib2"/>, <!-- needed because version is important -->
    7980      <xref linkend="gnutls"/> and
    8081      <xref linkend="gsettings-desktop-schemas"/>
     
    105106    </para>
    106107
    107 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     108<screen><userinput>./configure --prefix=/usr                                 \
     109            --with-ca-certificates=/etc/ssl/ca-bundle.crt \
     110            --disable-static                              &amp;&amp;
    108111make</userinput></screen>
    109112
     
    122125  <sect2 role="commands">
    123126    <title>Command Explanations</title>
     127
     128    <para>
     129      <parameter>--with-ca-certificates=/etc/ssl/ca-bundle.crt</parameter>:
     130      This parameter specifies where the trusted root certificates are
     131      located.
     132    </para>
    124133
    125134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    141150        </seg>
    142151        <seg>
    143           libgiognomeproxy.so and
    144           libgiognutls.so (GIO Modules)
     152          libgiognomeproxy.so and libgiognutls.so
    145153        </seg>
    146154        <seg>
Note: See TracChangeset for help on using the changeset viewer.