diff options
author | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-03-23 22:08:26 +0000 |
---|---|---|
committer | Dan Nichilson <dnicholson@linuxfromscratch.org> | 2007-03-23 22:08:26 +0000 |
commit | 64f65c7a6a14207289ce63dc32e7be0f5135a740 (patch) | |
tree | 5ea292700a8c2a309d9b8f7678f77a8801e998f2 /chapter01/changelog.xml | |
parent | a4cb33740072d6be5c58b6897eb7b2a53d7ff5d1 (diff) |
Suppress /usr/include/scsi headers from the kernel
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7974 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 b98aedb99..5d5e16c6a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2007-03-23</para> <itemizedlist> <listitem> + <para>[dnicholson] - Don't install the kernel headers in + <filename class="directory">/usr/include/scsi</filename> as the ones + provided by Glibc are preferred.</para> + </listitem> + <listitem> <para>[dnicholson] - Force <command>ldd</command> to use <command>/bin/bash</command> since it contains Bash-specific syntax.</para> |