diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-01-12 15:11:41 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-01-12 15:11:41 -0800 |
| commit | 4e2e2a4ffe0031a78ebeb702fdcdb9f0338f87ff (patch) | |
| tree | d1d465feba443ea6a9f89525ef536c00f8387601 | |
| parent | Merge branch 'ma/windows-dynload-fix' (diff) | |
| parent | build: NonStop ships with an older zlib (diff) | |
| download | git-4e2e2a4ffe0031a78ebeb702fdcdb9f0338f87ff.tar.gz git-4e2e2a4ffe0031a78ebeb702fdcdb9f0338f87ff.zip | |
Merge branch 'rb/nonstop-lacks-uncompress2'
* rb/nonstop-lacks-uncompress2:
build: NonStop ships with an older zlib
| -rw-r--r-- | config.mak.uname | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname index a3a779327f..9b3e9bff5f 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -576,6 +576,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL) NO_SETENV = YesPlease NO_UNSETENV = YesPlease NO_MKDTEMP = YesPlease + NO_UNCOMPRESS2 = YesPlease # Currently libiconv-1.9.1. OLD_ICONV = UnfortunatelyYes NO_REGEX = NeedsStartEnd |
