diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-07-03 06:17:06 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-07-03 06:17:06 +0800 |
commit | 48834cf197e62ba7941aeefbcbf58933854e2acf (patch) | |
tree | 5698e26ceb05a062e8c9a5836c8035e96849d3d0 /chapter05/glibc.xml | |
parent | 9ceb623400b564f39947cf7ff7313afaa1fd69a5 (diff) | |
parent | ac5f78c4bf3d895c9abf475b4bb07f25f634a874 (diff) |
Merge branch 'xry111/libxcrypt' into trunk
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 1 |
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> |