aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-06-30 03:17:31 +0800
committerXi Ruoyao <xry111@xry111.site>2023-06-30 03:19:20 +0800
commitbbfb090d2a43fc140de9c9475e4f4913529d0f57 (patch)
tree4990c5d727cbd61bb35ee051554cd3f317836490 /chapter05
parentce9ec4f126d82e7c20a2436cd4d63bda02e32381 (diff)
glibc: Disable obsolete libcrypt implementation
I've not bothered to write an explanation for --disable-crypt because it will likely be the default of Glibc-2.38, then we may drop it from the command lines.
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 14f1fac6c..7fb5e98c5 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -91,6 +91,7 @@ cd build</userinput></screen>
--build=$(../scripts/config.guess) \
--enable-kernel=&min-kernel; \
--with-headers=$LFS/usr/include \
+ --disable-crypt \
libc_cv_slibdir=/usr/lib</userinput></screen>
<variablelist>