[lfs] 04/04: Readline: \ alignment; remove variable.

"Git Owner" ([email protected] via lfs-book Mailing List) <[email protected]>
Newsgroups gmane.linux.lfs.book
Message-ID <[email protected]>
This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch multilib
in repository lfs.

commit 65eea5636faebf31fa017594ac825539ea045100
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 18:20:16 2025 -0600

    Readline: \ alignment; remove variable.
---
 chapter08/readline.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/chapter08/readline.xml b/chapter08/readline.xml
index 2831943db..ed159bd92 100644
--- a/chapter08/readline.xml
+++ b/chapter08/readline.xml
@@ -122,7 +122,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
 
     <para>Prepare Readline for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -m32" ./configure \
+<screen><userinput remap="configure">CC="gcc -m32" ./configure         \
     --host=i686-pc-linux-gnu      \
     --prefix=/usr                 \
     --libdir=/usr/lib32           \
@@ -135,7 +135,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make SHLIB_LIBS="-lncursesw" DESTDIR=$PWD/DESTDIR install
+<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
 cp -Rv DESTDIR/usr/lib32/* /usr/lib32
 rm -rf DESTDIR</userinput></screen>
 
@@ -154,7 +154,7 @@ rm -rf DESTDIR</userinput></screen>
 
     <para>Prepare Readline for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
+<screen><userinput remap="configure">CC="gcc -mx32" ./configure        \
     --host=x86_64-pc-linux-gnux32 \
     --prefix=/usr                 \
     --libdir=/usr/libx32          \
@@ -167,7 +167,7 @@ rm -rf DESTDIR</userinput></screen>
 
     <para>Install the package:</para>
 
-<screen><userinput remap="install">make SHLIB_LIBS="-lncursesw" DESTDIR=$PWD/DESTDIR install
+<screen><userinput remap="install">make DESTDIR=$PWD/DESTDIR install
 cp -Rv DESTDIR/usr/libx32/* /usr/libx32
 rm -rf DESTDIR</userinput></screen>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

-- 
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.