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
This commit is contained in:
Matthew Burgess 2006-02-19 22:25:59 +00:00
parent 91cfd9d1df
commit 3992b216ad
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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">