aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-02-03 16:01:35 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-02-03 16:01:35 +0000
commit0a2b1e1369ace1fa9879ae0bbc22cf59641cf25c (patch)
treede925481b1bdeebbec5ceb044567570e42fd1207
parent9aa9c75a76b28032a523b5357cc274eaa6d69141 (diff)
downloadlh-bootstrap-0a2b1e1369ace1fa9879ae0bbc22cf59641cf25c.tar.xz
fix git cross-compilation
-rw-r--r--sub/dev/Makefile.git2
1 files changed, 1 insertions, 1 deletions
diff --git a/sub/dev/Makefile.git b/sub/dev/Makefile.git
index da14585..d9348bd 100644
--- a/sub/dev/Makefile.git
+++ b/sub/dev/Makefile.git
@@ -2,7 +2,7 @@
GIT_VERSION ?= 2.30.0
GIT_STATIC := $(if $(filter true,$(BUILD_HOST_STATIC)),-static,)
-GIT_CONF_ARGS := --enable-pthreads --without-expat --with-shell=/bin/sh --with-perl=/bin/perl --without-python --with-zlib=$(OUTPUT)/rootfs/opt/zlib --without-tcltk --with-openssl=$(OUTPUT)/rootfs/opt/libressl
+GIT_CONF_ARGS := --enable-pthreads --without-expat --without-iconv --with-shell=/bin/sh --with-perl=/bin/perl --without-python --with-zlib=$(OUTPUT)/rootfs/opt/zlib --without-tcltk --with-openssl=$(OUTPUT)/rootfs/opt/libressl ac_cv_fread_reads_directories=true ac_cv_snprintf_returns_bogus=false
GIT_MAKE_ARGS := LDFLAGS="-s $(GIT_STATIC)" NO_GETTEXT=YesPlease NO_PERL=YesPlease DEFAULT_HELP_FORMAT=html INSTALL_SYMLINKS=YesPlease