Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wget.xml

    r4a83293 rac38e9dc  
    99  <!ENTITY wget-download-ftp
    1010           "ftp://ftp.gnu.org/gnu/wget/wget-&wget-version;.tar.xz">
    11   <!ENTITY wget-md5sum        "78942cc0cce0a23e18114d982789e360">
     11  <!ENTITY wget-md5sum        "d2e4455781a70140ae83b54ca594ce21">
    1212  <!ENTITY wget-size          "1.7 MB">
    13   <!ENTITY wget-buildsize     "23 MB (additional 4 MB for the tests)">
    14   <!ENTITY wget-time          " 0.2 SBU (additional 0.2 SBU for the tests)">
     13  <!ENTITY wget-buildsize     "23 MB (additional 3 MB for the tests)">
     14  <!ENTITY wget-time          "0.2 SBU (additional 0.2 SBU for the tests)">
    1515]>
    1616
     
    3737    </para>
    3838
    39     &lfs76_checked;
     39    &lfs77_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7777    <bridgehead renderas="sect4">Recommended</bridgehead>
    7878    <para role="recommended">
    79       <xref linkend="openssl"/> or <xref linkend="gnutls"/>
     79      <xref linkend="gnutls"/>
    8080    </para>
    8181
     
    8383    <para role="optional">
    8484      <xref linkend="libidn"/>,
    85       <xref linkend="pcre"/>,
    86       <xref linkend="perl-lwp"/> (required for the majority of the test suite),
    87       <ulink url="http://www.inet.no/dante/">Dante</ulink>, and
     85      <xref linkend="openssl"/>,
     86      <xref linkend="pcre"/>;
     87      <xref linkend="perl-lwp"/> with
     88      <ulink url="http://search.cpan.org/~behroozi/IO-Socket-SSL/">IO::Socket::SSL</ulink>
     89      (required for the test suite);
     90      <xref linkend="valgrind"/> (optional for the test suite), and
    8891      <ulink url="https://github.com/rockdaboot/libpsl/">libpsl</ulink>
    8992    </para>
     
    102105
    103106<screen><userinput>./configure --prefix=/usr      \
    104             --sysconfdir=/etc  \
    105             --with-ssl=openssl &amp;&amp;
     107            --sysconfdir=/etc  &amp;&amp;
    106108make</userinput></screen>
    107109
    108110    <para>
    109       To test the results, issue: <command>make check</command>.
     111      To test the results, issue: <command>make check</command>. The HTTPS
     112      tests fail if <application>openssl</application> is used and
     113      <application>valgrind</application> is enabled.
    110114    </para>
    111115
     
    127131
    128132    <para>
    129       <parameter>--with-ssl=openssl</parameter>: This allows the program to work
    130       with <xref linkend="openssl"/>. It can be omitted if
    131       <xref linkend="gnutls"/> is found or the HTTPS protocol is not needed.
     133      <option>--with-ssl=openssl</option>: This allows the program to use
     134      <xref linkend="openssl"/> instead of <xref linkend="gnutls"/>. The
     135      combination wget-1.6.3&mdash;openssl-1.0.2a is known to be broken.
     136    </para>
     137
     138    <para>
     139      <option>--enable-valgrind-tests</option>: This allows the tests to be
     140      run under valgrind.
    132141    </para>
    133142
Note: See TracChangeset for help on using the changeset viewer.