Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-01-13 02:11:41 +0300
committerJunio C Hamano <gitster@pobox.com>2022-01-13 02:11:41 +0300
commit4e2e2a4ffe0031a78ebeb702fdcdb9f0338f87ff (patch)
treed1d465feba443ea6a9f89525ef536c00f8387601
parenta4510f8106a65f42d4ecbe9b826f16e4ff9df6db (diff)
parent68d1da41c4ecbc054ec38e11b30008dba32a7791 (diff)
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 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