diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-16 03:46:34 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-16 03:46:34 +0000 |
commit | 6b72dcfbd3161550d20386f73364221e90cd4393 (patch) | |
tree | f3475873df30b1449356d760f426a2a59b2a9925 /chapter01 | |
parent | cf304f31ea23b853dcb40fcf2152737922028bcf (diff) |
Added CPPFLAGS changelog entry.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2617 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 76853e02f..6051d8b70 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -78,6 +78,10 @@ </itemizedlist> </para></listitem> +<listitem><para>May 15th, 2003 [timothy]: Chapter 05: Installing Patch: +Added <userinput>CPPFLAGS=-D_GNU_SOURCE</userinput> before +<userinput>./configure</userinput> to fix patch build on PPC.</para></listitem> + <listitem><para>May 13th, 2003 [gerard]: Chapter 06: When we <userinput>exec /path/to/bash --login</userinput>, also run <userinput>set +h</userinput> to keep the hashing option turned off. Fixes bug |