aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/utillinux-inst.xml6
1 files changed, 6 insertions, 0 deletions
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>