From 5d2a7c6e27b808d8d252ab85c14b0b5d0fa761c0 Mon Sep 17 00:00:00 2001 From: Rafal Mielniczuk Date: Fri, 10 Nov 2023 00:33:57 +0000 Subject: [PATCH] bash: disable nls (natural language support) --- sysroot/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysroot/build.sh b/sysroot/build.sh index 0991bd26..02be8a5d 100755 --- a/sysroot/build.sh +++ b/sysroot/build.sh @@ -468,7 +468,7 @@ function _cykusz_bash { pushd . cd $BASH_CYKUSZ_BUILD_DIR - CFLAGS="-O0 -g" $BASH_SRC_DIR/configure --host=$TRIPLE --prefix=/usr --without-bash-malloc + $BASH_SRC_DIR/configure --host=$TRIPLE --prefix=/usr --without-bash-malloc --disable-nls popd