From 0a2b1e1369ace1fa9879ae0bbc22cf59641cf25c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 3 Feb 2021 16:01:35 +0000 Subject: fix git cross-compilation --- sub/dev/Makefile.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1