diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-05 10:13:30 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-03-05 10:13:30 +0000 |
commit | 656acb6c3fdb115bc9e51bef3d1e101496d64959 (patch) | |
tree | 1e92a69a1ae4f93151a547ec2765476313f196e6 | |
parent | c41de60a5ceee5e068a7ba3dac468b28e64ab4a0 (diff) |
Ported r7404 from trunk to alphabetical branch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7406 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 12 | ||||
-rw-r--r-- | chapter05/patch.xml | 6 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 14 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e7c0e90e2..0fd4becbc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,11 +37,21 @@ --> <listitem> + <para>March 3, 2006</para> + <itemizedlist> + <listitem> + <para>[gereard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks + to Dan Nicholson for the patch.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 1, 2006</para> <itemizedlist> <listitem> <para>[jhuntwork] - Added a description of perl configure flags that - help perl deal with a lack of groff. Thanks Dan Nicholson.</para> + help perl deal with a lack of groff. Thanks Dan Nicholson.</para> </listitem> </itemizedlist> </listitem> diff --git a/chapter05/patch.xml b/chapter05/patch.xml index 47cec290a..f402f0808 100644 --- a/chapter05/patch.xml +++ b/chapter05/patch.xml @@ -43,11 +43,7 @@ <para>Prepare Patch for compilation:</para> -<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen> - - <para>The preprocessor flag <parameter>-D_GNU_SOURCE</parameter> is - only needed on the PowerPC platform. It can be left out on other - architectures.</para> +<screen><userinput>./configure --prefix=/tools</userinput></screen> <para>Compile the package:</para> diff --git a/general.ent b/general.ent index 4b50fcd16..66eb9a10b 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "ALPHABETICAL-20060301"> -<!ENTITY releasedate "March 1, 2006"> +<!ENTITY version "ALPHABETICAL-20060305"> +<!ENTITY releasedate "March 5, 2006"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |