summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Randall S. Becker <rsbecker@nexbridge.com>2022-01-10 22:51:39 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2022-01-12 12:17:29 -0800
commit68d1da41c4ecbc054ec38e11b30008dba32a7791 (patch)
tree1adfc9ec49c1a33b62a945d5dfc7bd605f5a60b5
parentMerge branch 'hn/reftable' (diff)
downloadtgif-68d1da41c4ecbc054ec38e11b30008dba32a7791.tar.xz
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.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