| 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 xry111/mips64el
in repository lfs.
commit 7f0ca056738380fada171161231d3e47ffcfe72a
Merge: d9480ed33 3975ea8c7
Author: Xi Ruoyao <[email protected]>
AuthorDate: Sat May 31 19:08:03 2025 +0800
Merge remote-tracking branch 'origin/trunk' into xry111/mips64el
chapter01/changelog.xml | 54 +++++++++++++++++++++++++++++++++
chapter01/whatsnew.xml | 40 +++++++++++++++---------
chapter03/patches.xml | 43 +++++++++++++++-----------
chapter06/bash.xml | 4 +++
chapter06/gcc-pass2.xml | 2 +-
chapter08/bc.xml | 6 ++--
chapter08/coreutils.xml | 4 +++
chapter08/expect.xml | 4 +--
chapter08/glibc.xml | 2 +-
chapter08/gmp.xml | 4 +++
chapter08/kbd.xml | 9 ++++--
chapter08/ncurses.xml | 4 +--
chapter08/perl.xml | 4 +++
chapter08/python.xml | 21 ++++++++++---
packages.ent | 81 +++++++++++++++++++++++++------------------------
patches.ent | 37 ++++++++++++++--------
16 files changed, 219 insertions(+), 100 deletions(-)
diff --cc chapter06/gcc-pass2.xml
index 1aedf4508,13baefa48..22f7eb77a
--- a/chapter06/gcc-pass2.xml
+++ b/chapter06/gcc-pass2.xml
@@@ -103,7 -100,8 +102,8 @@@ cd build</userinput></screen
--disable-libssp \
--disable-libvtv \
--enable-languages=c,c++ \
- LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc
- </userinput></screen>
++ LDFLAGS_FOR_TARGET=-L$PWD/$LFS_TGT/libgcc \
+ $($LFS_TGT-gcc -v 2>&1 | grep -o ..with-nan=2008)</userinput></screen>
<variablelist>
<title>The meaning of the new configure options:</title><!-- WIP -->
diff --cc chapter08/perl.xml
index 0c0cb7067,0416aa85e..0721cbe8f
--- a/chapter08/perl.xml
+++ b/chapter08/perl.xml
@@@ -41,10 -41,10 +41,14 @@@
<sect2 role="installation">
<title>Installation of Perl</title>
+ <para>First, apply a security patch identified upstream:</para>
+
+ <screen><userinput remap="pre">patch -Np1 -i ../&perl-upstream-fix-patch;</userinput></screen>
+
+ <para>Workaround an building issue on MIPS:</para>
+
+<screen><userinput remap="pre">sed 's@/bin/mips@/bin/false@g' -i Configure</userinput></screen>
+
<para>This version of Perl builds the Compress::Raw::Zlib and
Compress::Raw::BZip2 modules. By
default Perl will use an internal copy of the sources for the build.
--
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