diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-06-11 01:53:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-06-11 01:53:51 +0000 |
commit | deb1a8b75b5b47a398cbd7e387b6d0941a1befe8 (patch) | |
tree | 020c0eb98df48c84552438202bbdac580a18ed34 /chapter06 | |
parent | d9529fdeb1e8312908582d72c35032b96bec4b6d (diff) |
Update to e2fsprogs-1.43.1.
Update to linux-4.6.2.
Update to gettext-0.19.8.
Update to eudev-3.2.
Add make-4.2-upstream_fixes-1.patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11087 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/make.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index 791908683..86fe7e19b 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -40,6 +40,9 @@ <sect2 role="installation"> <title>Installation of Make</title> + <para>Fix some problems identified upstream:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&make-upstream-patch;</userinput></screen> <para>Prepare Make for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |