diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 182763282..c8fabcd64 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -83,8 +83,7 @@ cd build
--build=$(../scripts/config.guess) \
--enable-kernel=&min-kernel; \
--with-headers=$LFS/usr/include \
- libc_cv_slibdir=/usr/lib \
- libc_cv_rtlddir=/usr/lib
+ libc_cv_slibdir=/usr/lib
../configure \
--prefix=/usr \
--host=$LFS_TGT \
@@ -92,8 +91,7 @@ cd build
--enable-kernel=&min-kernel; \
--with-headers=$LFS/usr/include \
--enable-multi-arch \
- libc_cv_slibdir=/usr/lib \
- libc_cv_rtlddir=/usr/lib
+ libc_cv_slibdir=/usr/lib
The meaning of the configure options:
@@ -206,31 +204,6 @@ cd build
-
Fix hardcoded path to the executable loader in
ldd script:
@@ -307,8 +280,7 @@ CXX="$LFS_TGT-g++ -m32" \
--enable-multi-arch \
--libdir=/usr/lib32 \
--libexecdir=/usr/lib32 \
- libc_cv_slibdir=/usr/lib32 \
- libc_cv_rtlddir=/usr/lib32
+ libc_cv_slibdir=/usr/lib32
Compile the package:
@@ -380,8 +352,7 @@ CXX="$LFS_TGT-g++ -mx32" \
--enable-multi-arch \
--libdir=/usr/libx32 \
--libexecdir=/usr/libx32 \
- libc_cv_slibdir=/usr/libx32 \
- libc_cv_rtlddir=/usr/libx32
+ libc_cv_slibdir=/usr/libx32
Compile the package:
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml
index 50d231f61..5a2b80378 100644
--- a/chapter08/glibc.xml
+++ b/chapter08/glibc.xml
@@ -72,16 +72,14 @@ cd build
--enable-kernel=&min-kernel; \
--enable-stack-protector=strong \
--with-headers=/usr/include \
- libc_cv_slibdir=/usr/lib \
- libc_cv_rtlddir=/usr/lib
+ libc_cv_slibdir=/usr/lib
../configure --prefix=/usr \
--disable-werror \
--enable-kernel=&min-kernel; \
--enable-stack-protector=strong \
--with-headers=/usr/include \
--enable-multi-arch \
- libc_cv_slibdir=/usr/lib \
- libc_cv_rtlddir=/usr/lib
+ libc_cv_slibdir=/usr/lib
The meaning of the configure options:
@@ -518,8 +516,7 @@ find .. -name "*.a" -delete
--enable-multi-arch \
--libdir=/usr/lib32 \
--libexecdir=/usr/lib32 \
- libc_cv_slibdir=/usr/lib32 \
- libc_cv_rtlddir=/usr/lib32
+ libc_cv_slibdir=/usr/lib32
Compile the package:
@@ -595,8 +592,7 @@ find .. -name "*.a" -delete
--enable-multi-arch \
--libdir=/usr/libx32 \
--libexecdir=/usr/libx32 \
- libc_cv_slibdir=/usr/libx32 \
- libc_cv_rtlddir=/usr/libx32
+ libc_cv_slibdir=/usr/libx32
Compile the package:
diff --git a/stylesheets/patcheslist.xsl b/stylesheets/patcheslist.xsl
index d562ee2d7..d86d1814d 100644
--- a/stylesheets/patcheslist.xsl
+++ b/stylesheets/patcheslist.xsl
@@ -38,7 +38,7 @@ umask 002
chgrp lfswww *.patch &&
if [ `wc -l copyerrs | sed 's/ *//' | cut -f1 -d' '` -gt 0 ]; then
- mail -s "Missing LFS patches" lfs-book@linuxfromscratch.org < copyerrs
+ mail -s "Missing LFS patches" lfs-book@lists.linuxfromscratch.org < copyerrs
fi
exit