Ignore:
Timestamp:
03/01/2013 01:05:54 PM (11 years ago)
Author:
Krejzi <krejzi@…>
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:
ff3db85
Parents:
4c39aff
Message:

cURL 7.29.0, libtirpc 0.2.3, libnl 3.2.21.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/curl.xml

    r4c39aff rfdd7a91  
    77  <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.bz2">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "26eb081c999b0e203770869427e9a93d">
     9  <!ENTITY curl-md5sum        "fa5f37f38a8042020e292ce7ec5341ce">
    1010  <!ENTITY curl-size          "2.5 MB">
    1111  <!ENTITY curl-buildsize     "35 MB (additional 4 MB for tests)">
     
    115115
    116116<screen><userinput>sed -i '/--static-libs)/{N;s#echo .*#echo #;}' curl-config.in &amp;&amp;
    117 ./configure --prefix=/usr --disable-static --with-ca-path=/etc/ssl/certs &amp;&amp;
     117./configure --prefix=/usr              \
     118            --disable-static           \
     119            --enable-threaded-resolver \
     120            --with-ca-path=/etc/ssl/certs &amp;&amp;
    118121make</userinput></screen>
    119122
     
    146149    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    147150      href="../../xincludes/static-libraries.xml"/>
     151
     152    <para>
     153      <parameter>--enable-threaded-resolver</parameter>: This switch enables
     154      <application>cURL</application>'s builtin threaded DNS resolver.
     155    </para>
    148156
    149157    <para>
Note: See TracChangeset for help on using the changeset viewer.