Author: robert
Date: 2006-08-02 17:26:31 -0600 (Wed, 02 Aug 2006)
New Revision: 686

Modified:
   trunk/BOOK/chapter05/cocoon-toolchain.xml
   trunk/BOOK/general.ent
Log:
Use -D_FORTIFY_SOURCE=2 instead of -DFORTIFY_SOURCE=2

Modified: trunk/BOOK/chapter05/cocoon-toolchain.xml
===================================================================
--- trunk/BOOK/chapter05/cocoon-toolchain.xml   2006-08-02 22:52:48 UTC (rev 
685)
+++ trunk/BOOK/chapter05/cocoon-toolchain.xml   2006-08-02 23:26:31 UTC (rev 
686)
@@ -113,7 +113,7 @@
 
 #undef CPP_SPEC
 #define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{pthread:-D_REENTRANT} \
-       %{DFORTIFY_SOURCE*|no-fortify:;:-DFORTIFY_SOURCE=2}"
+       %{DFORTIFY_SOURCE*|no-fortify:;:-D_FORTIFY_SOURCE=2}"
 
 #undef CC1_SPEC
 #define CC1_SPEC "%(cc1_cpu) %{profile:-p} %{no-fortify:} \

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-08-02 22:52:48 UTC (rev 685)
+++ trunk/BOOK/general.ent      2006-08-02 23:26:31 UTC (rev 686)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!ENTITY version "SVN-20060726">
-<!ENTITY releasedate "August 1st, 2006">
+<!ENTITY releasedate "August 2nd, 2006">
 <!ENTITY milestone "0.3">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/";>

-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-book
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to