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

@@ -7,6 +7,7 @@ cd "$SOURCES" && tar xf grep-$GREP_VERSION.tar.xz && cd grep-$GREP_VERSION
--prefix=/usr \
--host=$TARGET \
--build=$(build-aux/config.guess) \
--disable-nls \
--silent \
--quiet