diff options
author | Archaic <archaic@linuxfromscratch.org> | 2006-04-15 16:14:40 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2006-04-15 16:14:40 +0000 |
commit | 81aee91331f2d6c92094d1f312a96cf851da0127 (patch) | |
tree | e84b100f27bfbb7542bb5361706ce31f8de940d5 /chapter01 | |
parent | 34777763783f6ffab29aaebabc58683c88d56fd1 (diff) |
Added patch to glibc to fix build errors in packages that include linux/types.h after sys/kd.h. Thanks to DJ for supplying the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 3 |
2 files changed, 13 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1ccb98db0..1bc24384f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <listitem> + <para>April 15, 2006</para> + <itemizedlist> + <listitem> + <para>[archaic] - Added patch to glibc to fix build errors in packages + that include linux/types.h after sys/kd.h.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>April 14, 2006</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index f3054097f..bcac786af 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -217,6 +217,9 @@ <para>&gcc-specs-patch;</para> </listitem> <listitem> + <para>&glibc-linux_types-patch;</para> + </listitem> + <listitem> <para>&groff-debian-patch;</para> </listitem> <listitem> |