diff options
author | Jakub Piotr Cłapa <jpc@loee.pl> | 2017-10-31 13:16:49 +0100 |
---|---|---|
committer | Jakub Piotr Cłapa <jpc@loee.pl> | 2019-11-08 13:38:00 +0100 |
commit | f9f02db82d81a6ce1d72128bebf06dac0272e786 (patch) | |
tree | 97c8302087de9dfec43c72eff84eff37c78b5538 /net/git/Makefile | |
parent | b084ca69c9efdd9cf30f55aa9ee91bfa6455a904 (diff) |
git: Override uname result for cross-compilation.
Based on: http://lists.busybox.net/pipermail/buildroot/2016-May/161696.html
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
Diffstat (limited to 'net/git/Makefile')
-rw-r--r-- | net/git/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |