diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-01-07 22:12:20 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-01-07 22:12:20 +0000 |
commit | 4da4a63bdf421baf9d6ed12781516591403794ae (patch) | |
tree | de8b0eeff0b75a5546c7d73f75a21f0d5d965367 /chapter01 | |
parent | 693e2fbc1e7944196486094e8ce790abbaa0f163 (diff) |
Build mktemp earlier, for gcc's gccbug which now wraps mktemp in 'if [ yes = yes ];' instead of 'if [ no = yes ];'.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7256 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 1369e9996..fc24cf035 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -124,6 +124,10 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>January 7, 2006 [ken]: Move mktemp ahead of gcc so that +gccbug will use mktemp.</para> +</listitem> + <listitem><para>January 7, 2006 [ken]: Give Berkeley DB its full name, and remove the '-lpthread' overrides.</para> </listitem> |