diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-09-16 20:43:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-09-16 20:43:48 +0000 |
commit | e980f1acb9f672b055e7c271b8fda2c478169cdf (patch) | |
tree | a35350d0ff16b9c133bce0058351ff5dd2197127 /chapter06 | |
parent | 0c8d92d6ef3f4e1aa4e70c7a970fa14ea7f3fbac (diff) |
Update to bash-4.4.
Update to readline-7.0.
Update to linux-4.7.4.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11128 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 5 | ||||
-rw-r--r-- | chapter06/readline.xml | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 77fc08c04..8c5896ece 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -40,11 +40,6 @@ <sect2 role="installation"> <title>Installation of Bash</title> - <para>First, apply the following patch to fix various bugs that have been - addressed upstream:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&bash-fixes-patch;</userinput></screen> - <para>Prepare Bash for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 3b162d5ea..98be029db 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -41,11 +41,6 @@ <sect2 role="installation"> <title>Installation of Readline</title> - <para>First install some patches to fix various bugs that have been - addressed upstream:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen> - <para>Reinstalling Readline will cause the old libraries to be moved to <libraryname>.old. While this is normally not a problem, in some cases it can trigger a linking bug in <command>ldconfig</command>. This can be |