Skip to content

Commit

Permalink
bash: disable nls (natural language support)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmiel committed Nov 10, 2023
1 parent 2c1a61f commit 5d2a7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysroot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d2a7c6

Please sign in to comment.