[lfs] branch multilib updated: PCRE2: Remove extra --host=
| Newsgroups | gmane.linux.lfs.book |
|---|---|
| Message-ID | <175735396836.9226.11646637914826796445@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 383cd999c PCRE2: Remove extra --host=
383cd999c is described below
commit 383cd999c6e2a9ab38b082af43306595ae128cac
Author: Zeckmathederg <[email protected]>
AuthorDate: Mon Sep 8 11:53:40 2025 -0600
PCRE2: Remove extra --host=
---
chapter08/pcre.xml | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/chapter08/pcre.xml b/chapter08/pcre.xml
index 4fe1a965b..6e425a14b 100644
--- a/chapter08/pcre.xml
+++ b/chapter08/pcre.xml
@@ -189,17 +189,17 @@ rm -rf DESTDIR</userinput></screen>
<para>Prepare pcre2 for compilation:</para>
-<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32" \
-./configure --prefix=/usr \
- --libdir=/usr/libx32 \
- --host=--host=x86_64-pc-linux-gnux32 \
- --enable-unicode \
- --enable-jit \
- --enable-pcre2-16 \
- --enable-pcre2-32 \
- --enable-pcre2grep-libz \
- --enable-pcre2grep-libbz2 \
- --enable-pcre2test-libreadline \
+<screen><userinput remap="configure">CC="gcc -mx32" CXX="g++ -mx32" \
+./configure --prefix=/usr \
+ --libdir=/usr/libx32 \
+ --host=x86_64-pc-linux-gnux32 \
+ --enable-unicode \
+ --enable-jit \
+ --enable-pcre2-16 \
+ --enable-pcre2-32 \
+ --enable-pcre2grep-libz \
+ --enable-pcre2grep-libbz2 \
+ --enable-pcre2test-libreadline \
--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