[lfs] branch multilib updated: ncurses: \ alignment.
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <175952598423.20813.14723161526623217161@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch multilib
in repository lfs.
The following commit(s) were added to refs/heads/multilib by this push:
new 65c696798 ncurses: \ alignment.
65c696798 is described below
commit 65c69679844e4dd1651677454dd43c2973411766
Author: Zeckmathederg <[email protected]>
AuthorDate: Fri Oct 3 15:12:19 2025 -0600
ncurses: \ alignment.
---
chapter06/ncurses.xml | 48 ++++++++++++++++++++++++------------------------
chapter08/ncurses.xml | 34 +++++++++++++++++-----------------
2 files changed, 41 insertions(+), 41 deletions(-)
diff --git a/chapter06/ncurses.xml b/chapter06/ncurses.xml
index 061c70505..c73d59f92 100644
--- a/chapter06/ncurses.xml
+++ b/chapter06/ncurses.xml
@@ -200,18 +200,18 @@ sed -e 's/^#if.*XOPEN.*$/#if 1/' \
<para>Prepare Ncurses for compilation:</para>
-<screen><userinput remap="configure">CC="$LFS_TGT-gcc -m32" \
-CXX="$LFS_TGT-g++ -m32" \
-./configure --prefix=/usr \
- --host=$LFS_TGT32 \
- --build=$(./config.guess) \
- --libdir=/usr/lib32 \
- --mandir=/usr/share/man \
- --with-shared \
- --without-normal \
- --with-cxx-shared \
- --without-debug \
- --without-ada \
+<screen><userinput remap="configure">CC="$LFS_TGT-gcc -m32" \
+CXX="$LFS_TGT-g++ -m32" \
+./configure --prefix=/usr \
+ --host=$LFS_TGT32 \
+ --build=$(./config.guess) \
+ --libdir=/usr/lib32 \
+ --mandir=/usr/share/man \
+ --with-shared \
+ --without-normal \
+ --with-cxx-shared \
+ --without-debug \
+ --without-ada \
--disable-stripping</userinput></screen>
<para>Compile the package:</para>
@@ -239,18 +239,18 @@ rm -rf DESTDIR</userinput></screen>
<para>Prepare Ncurses for compilation:</para>
-<screen><userinput remap="configure">CC="$LFS_TGT-gcc -mx32" \
-CXX="$LFS_TGT-g++ -mx32" \
-./configure --prefix=/usr \
- --host=$LFS_TGTX32 \
- --build=$(./config.guess) \
- --libdir=/usr/libx32 \
- --mandir=/usr/share/man \
- --with-shared \
- --without-normal \
- --with-cxx-shared \
- --without-debug \
- --without-ada \
+<screen><userinput remap="configure">CC="$LFS_TGT-gcc -mx32" \
+CXX="$LFS_TGT-g++ -mx32" \
+./configure --prefix=/usr \
+ --host=$LFS_TGTX32 \
+ --build=$(./config.guess) \
+ --libdir=/usr/libx32 \
+ --mandir=/usr/share/man \
+ --with-shared \
+ --without-normal \
+ --with-cxx-shared \
+ --without-debug \
+ --without-ada \
--disable-stripping</userinput></screen>
<para>Compile the package:</para>
diff --git a/chapter08/ncurses.xml b/chapter08/ncurses.xml
index a88280200..26585a122 100644
--- a/chapter08/ncurses.xml
+++ b/chapter08/ncurses.xml
@@ -200,16 +200,16 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
<para>Prepare Ncurses for compilation:</para>
-<screen><userinput remap="configure">CC="gcc -m32" CXX="g++ -m32" \
-./configure --prefix=/usr \
+<screen><userinput remap="configure">CC="gcc -m32" CXX="g++ -m32" \
+./configure --prefix=/usr \
--host=i686-pc-linux-gnu \
- --libdir=/usr/lib32 \
- --mandir=/usr/share/man \
- --with-shared \
- --without-debug \
- --without-normal \
- --with-cxx-shared \
- --enable-pc-files \
+ --libdir=/usr/lib32 \
+ --mandir=/usr/share/man \
+ --with-shared \
+ --without-debug \
+ --without-normal \
+ --with-cxx-shared \
+ --enable-pc-files \
--with-pkg-config-libdir=/usr/lib32/pkgconfig</userinput></screen>
<para>Compile the package:</para>
@@ -245,15 +245,15 @@ rm -rf DESTDIR</userinput></screen>
<para>Prepare Ncurses for compilation:</para>
-<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32" \
-./configure --prefix=/usr \
+<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32" \
+./configure --prefix=/usr \
--host=x86_64-pc-linux-gnux32 \
- --libdir=/usr/libx32 \
- --mandir=/usr/share/man \
- --with-shared \
- --without-debug \
- --without-normal \
- --enable-pc-files \
+ --libdir=/usr/libx32 \
+ --mandir=/usr/share/man \
+ --with-shared \
+ --without-debug \
+ --without-normal \
+ --enable-pc-files \
--with-pkg-config-libdir=/usr/libx32/pkgconfig</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