Эх сурвалжийг харах

Prevent perl from using headers from the host system

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 жил өмнө
parent
commit
3992b216ad

+ 4 - 0
chapter01/changelog.xml

@@ -39,6 +39,10 @@
     <listitem>
       <para>Febraury 19, 2006</para>
       <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade Perl libc patch to prevent Perl from trying
+          to find headers on the host system. Fixes bug 1695.</para>
+        </listitem>
         <listitem>
           <para>[matthew] - Install Sed's HTML documentation by using
           --enable-html instead of editing the Makefile.  Thanks to Greg Schafer

+ 1 - 1
patches.ent

@@ -39,7 +39,7 @@
 <!ENTITY ncurses-fixes-patch "ncurses-&ncurses-version;-fixes-1.patch">
 <!-- <!ENTITY ncurses-rollup-patch "ncurses-&ncurses-version;-&ncurses-date;-patch.sh.bz2"> -->
 
-<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
+<!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
 
 <!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-2.patch">