summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-01-12 23:11:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-01-12 23:11:41 (GMT)
commit4e2e2a4ffe0031a78ebeb702fdcdb9f0338f87ff (patch)
treed1d465feba443ea6a9f89525ef536c00f8387601
parenta4510f8106a65f42d4ecbe9b826f16e4ff9df6db (diff)
parent68d1da41c4ecbc054ec38e11b30008dba32a7791 (diff)
downloadgit-4e2e2a4ffe0031a78ebeb702fdcdb9f0338f87ff.zip
git-4e2e2a4ffe0031a78ebeb702fdcdb9f0338f87ff.tar.gz
git-4e2e2a4ffe0031a78ebeb702fdcdb9f0338f87ff.tar.bz2
Merge branch 'rb/nonstop-lacks-uncompress2'
* rb/nonstop-lacks-uncompress2: build: NonStop ships with an older zlib
-rw-r--r--config.mak.uname1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index a3a7793..9b3e9bf 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