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.
This commit is contained in:
Xi Ruoyao
2023-06-30 03:17:31 +08:00
parent ce9ec4f126
commit bbfb090d2a
2 changed files with 3 additions and 11 deletions

View File

@@ -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>