diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-09 21:33:23 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-09 21:33:23 +0000 |
commit | af1ed8a61509ba970236b7cfcc99c6f341b97db5 (patch) | |
tree | 1725d3f8df5de239fdb4b883ddc9a722e8c47e72 | |
parent | 431f48d1b8cb6cbd73be48f4096798f4d1a4cca5 (diff) |
Added new coreutils patch to suppress the tests on hostname
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2757 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | entities/coreutils.ent | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 59f6d0403..c2fb63e8c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -47,6 +47,7 @@ <listitem><para>bash-2.05b.patch</para></listitem> <listitem><para>coreutils-5.0</para></listitem> <listitem><para>coreutils-5.0-uname.patch</para></listitem> +<listitem><para>coreutils-5.0-hostname-2.patch</para></listitem> <listitem><para>dejagnu-1.4.3</para></listitem> <listitem><para>expect-5.38.4</para></listitem> <listitem><para>expect-5.38.4.patch</para></listitem> @@ -82,6 +83,10 @@ </itemizedlist> </para></listitem> +<listitem><para>September 9th, 2003 [jeremy]: Chapter 6 - Coreutils: +Added coreutils-5.0-hostname-2.patch, which suppresses the build of the +hostname binary, and also suppresses it's check.</para></listitem> + <listitem><para>September 9th, 2003 [jeremy]: Added some notes regarding failed tests to glibc and dejagnu.</para></listitem> diff --git a/entities/coreutils.ent b/entities/coreutils.ent index c5031ac9d..1e17a7543 100644 --- a/entities/coreutils.ent +++ b/entities/coreutils.ent @@ -22,7 +22,7 @@ <!ENTITY coreutils-uname-patch-size "1 KB"> <!ENTITY coreutils-uname-patch-version "5.0-uname"> <!ENTITY coreutils-hostname-patch-size "1 KB"> -<!ENTITY coreutils-hostname-patch-version "5.0-hostname"> +<!ENTITY coreutils-hostname-patch-version "5.0-hostname-2"> <!ENTITY coreutils-compsize-static "17 MB"> <!ENTITY coreutils-time-static "0.8 SBU"> |