diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/utillinux-inst.xml | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d90e3b198..ae9150c32 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,9 @@ </itemizedlist> </para></listitem> +<listitem><para>September 3rd, 2003 [matt]: Fixed issue with util-linux not +utilising headers and libraries installed in /stage1.</para></listitem> + <listitem><para>September 3rd, 2003 [matt]: Removed "rm /bin/pwd" instruction from chapter06 kernel-headers installation as the link is still required by glibc's installation.</para></listitem> diff --git a/chapter05/utillinux-inst.xml b/chapter05/utillinux-inst.xml index 2f7bf29c2..ce08d0ff2 100644 --- a/chapter05/utillinux-inst.xml +++ b/chapter05/utillinux-inst.xml @@ -3,6 +3,12 @@ <sect2> <title>Installation of Util-linux</title> +<para>Util-linux doesn't use the freshly installed headers and libraries from +the /stage1 directory. This is fixed by altering the configure script:</para> + +<para><screen><userinput>cp configure configure.backup +sed "s@/usr/include@/stage1/include@g" configure.backup > configure</userinput> </screen></para> + <para>Prepare Util-linux for compilation:</para> <para><screen><userinput>./configure</userinput></screen></para> |