[lfs] 01/04: Zlib: \ alignment.
| 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 e7c3311754bbc96ab502f7de22c623e690e3a660 Author: Zeckmathederg <[email protected]> AuthorDate: Fri Oct 3 16:59:12 2025 -0600 Zlib: \ alignment. --- chapter08/zlib.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/chapter08/zlib.xml b/chapter08/zlib.xml index 514c02b30..49cd6cb1d 100644 --- a/chapter08/zlib.xml +++ b/chapter08/zlib.xml @@ -77,8 +77,7 @@ <para>Prepare Zlib for compilation:</para> <screen><userinput remap="configure">CFLAGS+=" -m32" CXXFLAGS+=" -m32" \ -./configure --prefix=/usr \ - --libdir=/usr/lib32</userinput></screen> +./configure --prefix=/usr --libdir=/usr/lib32</userinput></screen> <para>Compile the package:</para> @@ -104,8 +103,7 @@ rm -rf DESTDIR</userinput></screen> <para>Prepare Zlib for compilation:</para> <screen><userinput remap="configure">CFLAGS+=" -mx32" CXXFLAGS+=" -mx32" \ -./configure --prefix=/usr \ - --libdir=/usr/libx32</userinput></screen> +./configure --prefix=/usr --libdir=/usr/libx32</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