trying to disable gettext deps

This commit is contained in:
ag-tsotetsi
2026-03-25 16:26:52 +02:00
parent d7cd49e447
commit abcc7eca2a
11 changed files with 11 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ cd "$SOURCES" && tar xf bash-$BASH_VERSION.tar.gz && cd bash-$BASH_VERSION
--build=$(sh support/config.guess) \
--host=$TARGET \
--without-bash-malloc \
--disable-nls \
--silent \
--quiet