[lfs] 01/03: expat: \ 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 8fdde6dd99549fb0fa0584f5d3cc06770d97df37
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 19:41:33 2025 -0600

    expat: \ alignment.
---
 chapter08/expat.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/chapter08/expat.xml b/chapter08/expat.xml
index 689bf77cc..372037cc2 100644
--- a/chapter08/expat.xml
+++ b/chapter08/expat.xml
@@ -80,11 +80,11 @@ make clean</userinput></screen>
 
     <para>Prepare Expat for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -m32" ./configure \
-    --prefix=/usr        \
-    --disable-static     \
-    --libdir=/usr/lib32  \
-    --host=i686-pc-linux-gnu</userinput></screen>
+<screen><userinput remap="configure">CC="gcc -m32"                        \
+./configure --prefix=/usr            \
+            --libdir=/usr/lib32      \
+            --host=i686-pc-linux-gnu \
+            --disable-static</userinput></screen>
 
     <para>Compile the package:</para>
 
@@ -113,11 +113,11 @@ make clean</userinput></screen>
 
     <para>Prepare Expat for compilation:</para>
 
-<screen><userinput remap="configure">CC="gcc -mx32" ./configure \
-    --prefix=/usr        \
-    --disable-static     \
-    --libdir=/usr/libx32 \
-    --host=x86_64-pc-linux-gnux32</userinput></screen>
+<screen><userinput remap="configure">CC="gcc -mx32"                            \
+./configure --prefix=/usr                 \
+            --libdir=/usr/libx32          \
+            --host=x86_64-pc-linux-gnux32 \
+            --disable-static</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.