mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Added a command to the cURL instructions to fix a bug in the test script
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3670 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
46ddda21e6
commit
9e563d2a31
@ -7,8 +7,8 @@
|
||||
<!ENTITY curl-download-ftp "ftp://ftp.fu-berlin.de/pub/unix/network/curl/curl-&curl-version;.tar.bz2">
|
||||
<!ENTITY curl-md5sum "d673f68dbab2553acdbfb5435bd1cd48">
|
||||
<!ENTITY curl-size "1.8 MB">
|
||||
<!ENTITY curl-buildsize "24.7 MB">
|
||||
<!ENTITY curl-time "0.40 SBU (additional 0.59 SBU to run the test suite)">
|
||||
<!ENTITY curl-buildsize "25.2 MB">
|
||||
<!ENTITY curl-time "0.40 SBU (additional 0.58 SBU to run the test suite)">
|
||||
]>
|
||||
|
||||
<sect1 id="curl" xreflabel="cURL-&curl-version;">
|
||||
@ -75,6 +75,12 @@ commands:</para>
|
||||
<screen><userinput><command>./configure --prefix=/usr &&
|
||||
make</command></userinput></screen>
|
||||
|
||||
<para>If you wish to run the testsuite, use the following commands to fix a
|
||||
bug in the test script and then run the tests:</para>
|
||||
|
||||
<screen><userinput><command>sed -i -e 's/^require "valgrind.pm"/# &/' tests/runtests.pl &&
|
||||
make check</command></userinput></screen>
|
||||
|
||||
<para>Now, as the root user:</para>
|
||||
|
||||
<screen><userinput role='root'><command>make install &&
|
||||
|
@ -23,7 +23,8 @@ who wrote what.</para>
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>April 4th, 2005 [randy]: Updated to OpenLDAP-2.2.24,
|
||||
Stunnel-4.09 and GTK-Doc-1.3</para></listitem>
|
||||
Stunnel-4.09 and GTK-Doc-1.3; added a command to the cURL instructions to
|
||||
fix a broken test script.</para></listitem>
|
||||
|
||||
<listitem><para>April 4th, 2005 [igor]: Updated to OpenSSL-0.9.7f
|
||||
contributed by Anderson Lizardo.</para></listitem>
|
||||
|
Loading…
Reference in New Issue
Block a user