diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-08-08 20:46:00 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-08-08 20:46:00 +0000 |
commit | eb2e94a50bff58d0bd5b1feabe8ef16dd8d52949 (patch) | |
tree | d39269c721d7e6e17c528153fa8df36711fe2e66 /chapter06 | |
parent | dcb48e5aa0e8cc8b3d5c45bf7cfb87fad2255618 (diff) |
Update to e2fsprogs-1.43.5.
Update to expat-2.2.3.
Update to linux-4.12.5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11276 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |