diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-08-02 10:54:44 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-02 10:54:44 +0800 |
commit | 7a8fcc39182cf2c556f9a738f0f3fe6e39cd0737 (patch) | |
tree | 4af3b1a5fd6b978c69bc2d7827f8383a53f77c52 /chapter05 | |
parent | 8ada78d73e3bb15ad193dee84b830e3d8cf64cea (diff) |
glibc: Remove sed and option unneeded with 2.38
--disable-crypt is now the default, and the security fix for 2.37 is
included.
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/glibc.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 7fb5e98c5..14f1fac6c 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -91,7 +91,6 @@ 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> |