[lfs] 03/03: GDBM: \ alignment.

"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 72de54bdaa8f0a2ea9f1bd73557fdfd0666f2494
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 19:36:25 2025 -0600

    GDBM: \ alignment.
---
 chapter08/gdbm.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/chapter08/gdbm.xml b/chapter08/gdbm.xml
index bfb70f5f2..b5bd42a27 100644
--- a/chapter08/gdbm.xml
+++ b/chapter08/gdbm.xml
@@ -98,12 +98,12 @@
 
     <para>Prepare GDBM for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -m32" CXX="g++ -m32" ./configure \
-    --host=i686-pc-linux-gnu      \
-    --prefix=/usr                 \
-    --libdir=/usr/lib32           \
-    --disable-static              \
-    --enable-libgdbm-compat</userinput></screen>
+<screen><userinput remap="configure">CC="gcc -m32" CXX="g++ -m32"         \
+./configure --prefix=/usr            \
+            --libdir=/usr/lib32      \
+            --host=i686-pc-linux-gnu \
+            --disable-static         \
+            --enable-libgdbm-compat</userinput></screen>
 
     <para>Compile the package:</para>
 
@@ -130,12 +130,12 @@ rm -rf DESTDIR</userinput></screen>
 
     <para>Prepare GDBM for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32" ./configure \
-    --host=x86_64-pc-linux-gnux32 \
-    --prefix=/usr                 \
-    --libdir=/usr/libx32          \
-    --disable-static              \
-    --enable-libgdbm-compat</userinput></screen>
+<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32"            \
+./configure --prefix=/usr                 \
+            --libdir=/usr/libx32          \
+            --host=x86_64-pc-linux-gnux32 \
+            --disable-static              \
+            --enable-libgdbm-compat</userinput></screen>
 
     <para>Compile the package:</para>
 

-- 
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.