trying to disable gettext deps
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/' -i $(find -name \*.in.h)
|
||||
--build=$(build-aux/config.guess) \
|
||||
--enable-install-program=hostname \
|
||||
--enable-no-install-program=kill,uptime \
|
||||
--disable-nls \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ cd "$SOURCES" && tar xf diffutils-$DIFFUTILS_VERSION.tar.xz && cd diffutils-$DIF
|
||||
--host=$TARGET \
|
||||
gl_cv_func_strcasecmp_works=y \
|
||||
--build=$(./build-aux/config.guess) \
|
||||
--disable-nls \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ cd "$SOURCES" && tar xf findutils-$FINDUTILS_VERSION.tar.xz && cd findutils-$FIN
|
||||
--localstatedir=/var/lib/locate \
|
||||
--host=$TARGET \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--disable-nls \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ sed -i 's/extras//' Makefile.in
|
||||
--prefix=/usr \
|
||||
--host=$TARGET \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--disable-nls \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ sed -r '/_GL_EXTERN_C/s/w?memchr|bsearch/(&)/' -i $(find -name \*.in.h)
|
||||
--prefix=/usr \
|
||||
--host=$TARGET \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--disable-nls \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ cd "$SOURCES" && tar xf make-$MAKE_VERSION.tar.gz && cd make-$MAKE_VERSION
|
||||
--prefix=/usr \
|
||||
--host=$TARGET \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--disable-nls \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ cd "$SOURCES" && tar xf sed-$SED_VERSION.tar.xz && cd sed-$SED_VERSION
|
||||
--prefix=/usr \
|
||||
--host=$TARGET \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--disable-nls \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ cd "$SOURCES" && tar xf tar-$TAR_VERSION.tar.xz && cd tar-$TAR_VERSION
|
||||
--prefix=/usr \
|
||||
--host=$TARGET \
|
||||
--build=$(build-aux/config.guess) \
|
||||
--disable-nls \
|
||||
--silent \
|
||||
--quiet
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@ cd "$SOURCES" && tar xf xz-$XZ_VERSION.tar.xz && cd xz-$XZ_VERSION
|
||||
--build=$(build-aux/config.guess) \
|
||||
--disable-static \
|
||||
--silent \
|
||||
--disable-nls \
|
||||
--quiet
|
||||
|
||||
make && make DESTDIR="$SYSROOT" install
|
||||
|
||||
Reference in New Issue
Block a user