diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/expat.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/expat.xml b/chapter06/expat.xml index 9f59025b5..c11a9e28f 100644 --- a/chapter06/expat.xml +++ b/chapter06/expat.xml @@ -41,6 +41,10 @@ <sect2 role="installation"> <title>Installation of Expat</title> + <para>First fix a problem with the regession tests in the LFS environment:</para> + +<screen><userinput remap="pre">sed -i 's|usr/bin/env |bin/|' run.sh.in</userinput></screen> + <para>Prepare Expat for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen> |