mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Undo previous commit; it had an unwanted change to Glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9454 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6c8e424db7
commit
c5a2d5bdef
@ -36,16 +36,6 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>2011-02-04</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] Upgrade to Perl-5.12.3. Fixes
|
||||
<ulink url="&lfs-ticket-root;2824">#2824</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2011-01-27</para>
|
||||
<itemizedlist>
|
||||
|
@ -248,7 +248,7 @@
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>perl-5.12.3-libc-1.patch</para>
|
||||
<para>perl-5.12.2-libc-1.patch</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -84,14 +84,6 @@ sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=$DL -o|" \
|
||||
scripts/test-installation.pl
|
||||
unset DL</userinput></screen>
|
||||
|
||||
<para>In addition, there is a bug in the
|
||||
<filename>test-installation.pl</filename> script in that it tries to link
|
||||
a test program to a library that isn't installed by
|
||||
<command>make install</command>. Issue the following <command>sed</command>
|
||||
command to fix it:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i -e 's/"db1"/& \&\& $name ne "nss_test1"/' scripts/test-installation.pl</userinput></screen>
|
||||
|
||||
<para>The <command>ldd</command> shell script contains Bash-specific
|
||||
syntax. Change its default program interpreter to <command>/bin/bash</command>
|
||||
in case another <command>/bin/sh</command> is installed as described in the
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20110204">
|
||||
<!ENTITY releasedate "February 4, 2011">
|
||||
<!ENTITY version "SVN-20110127">
|
||||
<!ENTITY releasedate "January 27, 2011">
|
||||
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "6.8">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -407,10 +407,10 @@
|
||||
<!ENTITY patch-ch6-du "1.9 MB">
|
||||
<!ENTITY patch-ch6-sbu "less than 0.1 SBU">
|
||||
|
||||
<!ENTITY perl-version "5.12.3">
|
||||
<!ENTITY perl-size "11,759 KB">
|
||||
<!ENTITY perl-version "5.12.2">
|
||||
<!ENTITY perl-size "12,060 KB">
|
||||
<!ENTITY perl-url "http://cpan.org/src/5.0/perl-&perl-version;.tar.bz2">
|
||||
<!ENTITY perl-md5 "72f3f7e1c700e79bbf9d9279ca5b42d9">
|
||||
<!ENTITY perl-md5 "7b018fe9c2f434eff0c629b4c515a8fc">
|
||||
<!ENTITY perl-home "http://cpan.org/">
|
||||
<!ENTITY perl-ch5-du "106 MB">
|
||||
<!ENTITY perl-ch5-sbu "0.8 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user