From e30a8a63e20f335595e3babb9896bb3f41c0acf8 Mon Sep 17 00:00:00 2001 From: "Zheng, Qi" Date: Mon, 20 Feb 2023 09:52:19 +0800 Subject: [PATCH] [glibc] No need build libcrypt from glibc --- tools/toolchains/glibc/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/toolchains/glibc/build.sh b/tools/toolchains/glibc/build.sh index 2457bd1b..fa439121 100755 --- a/tools/toolchains/glibc/build.sh +++ b/tools/toolchains/glibc/build.sh @@ -28,6 +28,7 @@ cd ${BUILD_DIR} unset LD_LIBRARY_PATH CFLAGS="-O2 -g ${EXTRA_CFLAGS}" ${SRC_DIR}/configure \ --prefix=${INSTALL_DIR} --with-tls --without-selinux \ - --enable-stack-protector=strong --disable-nscd ${EXTRA_CONFIG_OPTION} + --enable-stack-protector=strong --disable-nscd --disable-crypt \ + ${EXTRA_CONFIG_OPTION} make make install