diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter05/findutils-inst.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8e623d101..14a3dafb6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -56,6 +56,10 @@ </itemizedlist> </para></listitem> +<listitem><para>January 9th, 2003 [timothy]: Chapter 05 - Findutils: +Removed -D_GNU_SOURCE flag for now because it's breaking compilation; +4 people have reported this bug.</para></listitem> + <listitem><para>January 8th, 2003 [timothy]: Chapter 05 - Findutils: Added missing <emphasis>/</emphasis> before <filename>configure</filename> line.</para></listitem> diff --git a/chapter05/findutils-inst.xml b/chapter05/findutils-inst.xml index 46322f2d9..d49a3db16 100644 --- a/chapter05/findutils-inst.xml +++ b/chapter05/findutils-inst.xml @@ -7,7 +7,7 @@ install it.</para> <para>Install Findutils by running the following commands:</para> <para><screen><userinput>patch -Np1 -i ../findutils-&findutils-patch-version;.patch && -CPPFLAGS="-Dre_max_failures=re_max_failures2 -D_GNU_SOURCE" \ +CPPFLAGS="-Dre_max_failures=re_max_failures2" \ LDFLAGS="-static" ./configure --prefix=$LFS/static && make && make install</userinput></screen></para> |