diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-27 04:04:10 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2010-06-27 04:04:10 +0000 |
commit | 98a9253192cfca53d12ee72b0f68bbb9ac76adef (patch) | |
tree | 7ad948f5c80693d68e4ff886b4d233000cca88a6 /chapter01 | |
parent | 1d20dae970541dc7fc03995d550fbb5b47bbdcaf (diff) |
Added new CFLAGS options to zlib configure instruction
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9315 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 56017f97b..f82bd55aa 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,13 @@ <para>2010-06-27</para> <itemizedlist> <listitem> + <para>[bdubbs] - Added new CFLAGS options to zlib configure + instruction in order to prevent some seg faults when building + with gcc-4.5. + Fixes + <ulink url="&lfs-ticket-root;2691">#2691</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Updated explanation of glibc timeout errors and added TIMEOUTFACTOR as a possible solution. Fixes |