Ignore:
Timestamp:
07/19/2014 10:46:32 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
f81638e
Parents:
48dc54f (diff), 3eb09b31 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Add systemd branch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r48dc54f rc6f9253  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "b7bea20579ac2f696338ae03f2c19ba5">
    10   <!ENTITY curl-size          "2.6 MB">
    11   <!ENTITY curl-buildsize     "35 MB (additional 7 MB for tests)">
    12   <!ENTITY curl-time          "0.4 SBU (additional 3.1 SBU for tests)">
     9  <!ENTITY curl-md5sum        "95c627abcf6494f5abe55effe7cd6a57">
     10  <!ENTITY curl-size          "3.1 MB">
     11  <!ENTITY curl-buildsize     "40 MB (additional 7 MB for tests)">
     12  <!ENTITY curl-time          "0.4 SBU (additional 8.2 SBU for tests)">
    1313]>
    1414
     
    3131
    3232    <para>
    33       The <application>cURL</application> package contains an utility
     33      The <application>cURL</application> package contains a utility
    3434      and a library used for transferring files with URL syntax to any of
    3535      the following protocols: FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP,
     
    3939    </para>
    4040
    41     &lfs73_checked;
     41    &lfs75_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8585    <bridgehead renderas="sect4">Optional</bridgehead>
    8686    <para role="optional">
     87      <xref linkend="libidn"/>,
     88      <xref linkend="mitkrb"/>,
     89      <xref linkend="openldap"/>,
    8790      <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink>,
    88       <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
    89       <xref linkend="libidn"/>,
    9091      <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
    91       <ulink url="http://www.libssh2.org">libssh2</ulink>,
    92       <xref linkend="mitkrb"/>,
    93       <xref linkend="openldap"/> and
     92      <ulink url="http://www.libssh2.org">libssh2</ulink>, and
    9493      <ulink url="http://www.vintela.com/resources/topics/spnego/">
    9594      SPNEGO</ulink>
     
    9897    <bridgehead renderas="sect4">Optional for Running the Test Suite</bridgehead>
    9998    <para role="optional">
    100       <xref linkend="stunnel"/> (for the HTTPS and FTPS tests)
     99      <xref linkend="stunnel"/> (for the HTTPS and FTPS tests) and
     100      <xref linkend="valgrind"/>
    101101    </para>
    102102
     
    116116<screen><userinput>./configure --prefix=/usr              \
    117117            --disable-static           \
    118             --enable-threaded-resolver \
    119             --with-ca-path=/etc/ssl/certs &amp;&amp;
     118            --enable-threaded-resolver &amp;&amp;
    120119make</userinput></screen>
    121120
    122121    <para>
    123       To test the results, issue:
    124       <command>sed -i 's/^#LDADD/LDADD/' docs/examples/Makefile; make check</command>.
    125     </para>
     122      To test the results, issue: <command>make test</command>. Tests need many
     123      conditions to run successfully, and some may fail. Usually, each failed
     124      test takes a long time. If you wish to disable some tests, include them
     125      in the the appropriate file and run the tests again:
     126    </para>
     127
     128<screen><userinput>cat &gt;&gt; tests/data/DISABLED &lt;&lt; "EOF"
     129<literal>numb1
     130...
     131numbN
     132...</literal>
     133EOF</userinput></screen>
    126134
    127135    <para>
     
    139147    <title>Command Explanations</title>
    140148
    141     <!--
    142     <para>
    143       <command>sed -i '/- -static-libs)/{N;s#echo .*#echo #;}'
    144       curl-config.in</command>: Since the static libraries have not been installed,
    145       this <command>sed</command> removes the static libs line from
    146       <command>curl-config</command> as it might otherwise confuse other
    147       applications.
    148     </para>
    149     -->
    150149    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    151150      href="../../xincludes/static-libraries.xml"/>
     
    154153      <parameter>--enable-threaded-resolver</parameter>: This switch enables
    155154      <application>cURL</application>'s builtin threaded DNS resolver.
    156     </para>
    157 
    158     <para>
    159       <parameter>--with-ca-path=/etc/ssl/certs</parameter>: This parameter
    160       sets the directory to use as the path to the SSL certificates.
    161       If you've not installed <xref linkend="openssl"/> or
    162       <xref linkend="gnutls"/> and the <xref linkend="cacerts"/> you can
    163       remove this option.
    164155    </para>
    165156
Note: See TracChangeset for help on using the changeset viewer.