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) \ --build=$(sh support/config.guess) \
--host=$TARGET \ --host=$TARGET \
--without-bash-malloc \ --without-bash-malloc \
--disable-nls \
--silent \ --silent \
--quiet --quiet

View File

@@ -11,6 +11,7 @@ sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/' -i $(find -name \*.in.h)
--build=$(build-aux/config.guess) \ --build=$(build-aux/config.guess) \
--enable-install-program=hostname \ --enable-install-program=hostname \
--enable-no-install-program=kill,uptime \ --enable-no-install-program=kill,uptime \
--disable-nls \
--silent \ --silent \
--quiet --quiet

View File

@@ -8,6 +8,7 @@ cd "$SOURCES" && tar xf diffutils-$DIFFUTILS_VERSION.tar.xz && cd diffutils-$DIF
--host=$TARGET \ --host=$TARGET \
gl_cv_func_strcasecmp_works=y \ gl_cv_func_strcasecmp_works=y \
--build=$(./build-aux/config.guess) \ --build=$(./build-aux/config.guess) \
--disable-nls \
--silent \ --silent \
--quiet --quiet

View File

@@ -8,6 +8,7 @@ cd "$SOURCES" && tar xf findutils-$FINDUTILS_VERSION.tar.xz && cd findutils-$FIN
--localstatedir=/var/lib/locate \ --localstatedir=/var/lib/locate \
--host=$TARGET \ --host=$TARGET \
--build=$(build-aux/config.guess) \ --build=$(build-aux/config.guess) \
--disable-nls \
--silent \ --silent \
--quiet --quiet

View File

@@ -9,6 +9,7 @@ sed -i 's/extras//' Makefile.in
--prefix=/usr \ --prefix=/usr \
--host=$TARGET \ --host=$TARGET \
--build=$(build-aux/config.guess) \ --build=$(build-aux/config.guess) \
--disable-nls \
--silent \ --silent \
--quiet --quiet

View File

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

View File

@@ -9,6 +9,7 @@ sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/' -i $(find -name \*.in.h)
--prefix=/usr \ --prefix=/usr \
--host=$TARGET \ --host=$TARGET \
--build=$(build-aux/config.guess) \ --build=$(build-aux/config.guess) \
--disable-nls \
--silent \ --silent \
--quiet --quiet

View File

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

View File

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

View File

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

View File

@@ -9,6 +9,7 @@ cd "$SOURCES" && tar xf xz-$XZ_VERSION.tar.xz && cd xz-$XZ_VERSION
--build=$(build-aux/config.guess) \ --build=$(build-aux/config.guess) \
--disable-static \ --disable-static \
--silent \ --silent \
--disable-nls \
--quiet --quiet
make && make DESTDIR="$SYSROOT" install make && make DESTDIR="$SYSROOT" install