diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-10-14 12:18:56 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-10-14 12:18:56 -0500 |
commit | efae0398b45361b65c543be34877e50d06144631 (patch) | |
tree | f5f779bcaba4dc7062e949a16a4241a903a8348e /chapter08/readline.xml | |
parent | 6e24d20038fef0e1db17477bffcceca792ab615f (diff) |
Package updates.
Update to iana-etc-20221007.
Update to vim-9.0.0739.
Add upstream patches to readline and bash.
Update to zlib-1.2.13.
Update to man-pages-6.00.
Update to gettext-0.21.1.
Update to iproute2-6.0.0.
Update to meson-0.63.3.
Update to Python-3.10.8.
Update to xz-5.2.7.
Update to tzdata-2022e.
Update to linux-6.0.1.
Update to dbus-1.14.4.
Diffstat (limited to 'chapter08/readline.xml')
-rw-r--r-- | chapter08/readline.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter08/readline.xml b/chapter08/readline.xml index 889314b14..51784d2f7 100644 --- a/chapter08/readline.xml +++ b/chapter08/readline.xml @@ -49,6 +49,10 @@ <screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> + <para>Now fix a problem identified upstream:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen> + <para>Prepare Readline for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |