From f9f02db82d81a6ce1d72128bebf06dac0272e786 Mon Sep 17 00:00:00 2001 From: Jakub Piotr Cłapa Date: Tue, 31 Oct 2017 13:16:49 +0100 Subject: git: Override uname result for cross-compilation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on: http://lists.busybox.net/pipermail/buildroot/2016-May/161696.html Signed-off-by: Mauro Condarelli Signed-off-by: Jakub Piotr Cłapa --- net/git/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/git/Makefile') diff --git a/net/git/Makefile b/net/git/Makefile index 725a965ae..7df523aca 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -98,7 +98,8 @@ MAKE_FLAGS := \ GITWEB_JS="/gitweb/gitweb.js" \ GITWEB_CSS="/gitweb/gitweb.css" \ GITWEB_LOGO="/gitweb/gitweb-logo.png" \ - GITWEB_FAVICON="/gitweb/gitweb-favicon.png" + GITWEB_FAVICON="/gitweb/gitweb-favicon.png" \ + uname_S="Linux" \ CONFIGURE_ARGS += \ --without-iconv \ -- cgit v1.2.3