diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | patches.ent | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 51e704ddb..0e37a5647 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <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 for the report and the fix.</para> diff --git a/patches.ent b/patches.ent index 7b191655c..836ff68ee 100644 --- a/patches.ent +++ b/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"> |