diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-21 20:32:15 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-21 20:32:15 +0000 |
commit | b772130d04f4dfd2933cfa30ff4bea3ea18dce35 (patch) | |
tree | 40a021f6bdbcef73347d820f0c5c8b424fe47e85 /chapter01/changelog.xml | |
parent | 46fbbc269c35aee5501acd7c58c4e4932b4ec013 (diff) |
Added ac_cv_func_working_mktime=yes to the configure commands in gawk and bash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8690 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a2c0391fd..b499449f6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2008-10-21</para> <itemizedlist> <listitem> + <para>[bdubbs] - Added ac_cv_func_working_mktime=yes to the configure + commands in gawk and bash to bypass the search for mktime. This + works around a change in gcc.</para> + </listitem> + <listitem> <para>[bdubbs] - Added a note to the ifcfg script description in iproute2 that it requires external programs.</para> </listitem> |