From 795d7a9b7a4bfc5553c93d4e530b0af99870fe26 Mon Sep 17 00:00:00 2001 From: NicJA Date: Thu, 13 Apr 2017 01:35:08 +0000 Subject: [PATCH] use the spoofed uname compiling git. git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@54489 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- development/scm/git/mmakefile.src | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/development/scm/git/mmakefile.src b/development/scm/git/mmakefile.src index 4b782b1b9..5555b690c 100644 --- a/development/scm/git/mmakefile.src +++ b/development/scm/git/mmakefile.src @@ -9,7 +9,8 @@ include $(SRCDIR)/config/aros.cfg DESTDIR := $(AROS_DEVELOPER) GIT_CONFIG_ENV := \ ac_cv_fread_reads_directories="no" \ - ac_cv_snprintf_returns_bogus="no" + ac_cv_snprintf_returns_bogus="no" \ + UNAME="$(TOOLDIR)/uname" GIT_VERSION := 2.12.2 GIT_PORTDIR := $(PORTSDIR)/git -- 2.11.4.GIT