diff options
| author | Randall S. Becker <rsbecker@nexbridge.com> | 2022-01-10 22:51:39 -0500 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-01-12 12:17:29 -0800 |
| commit | 68d1da41c4ecbc054ec38e11b30008dba32a7791 (patch) | |
| tree | 1adfc9ec49c1a33b62a945d5dfc7bd605f5a60b5 | |
| parent | a4bbd13be360d93f51a0cea6eef436db8622b592 (diff) | |
| download | git-68d1da41c4ecbc054ec38e11b30008dba32a7791.tar.gz | |
build: NonStop ships with an older zlib
Notably, it lacks uncompress2(); use the fallback we ship in our
tree instead.
Signed-off-by: Randall S. Becker <rsbecker@nexbridge.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -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 |
