diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-01-25 15:24:46 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-25 15:24:46 -0800 |
commit | 1eafc22afa848058477bbe2372922fd5e0ec0ce0 (patch) | |
tree | a05ae7eced4fac41405d7cc222f2d8e8e14f6ee3 /net/git/Makefile | |
parent | 66a4a3c7bf2c14934accb5dc18b892a055f919a8 (diff) | |
parent | f9f02db82d81a6ce1d72128bebf06dac0272e786 (diff) |
Merge pull request #10503 from LoEE/jpc/master/git-macos-cross
git: fix cross compilation on macOS
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 e64162440..56a13d692 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 \ |