summaryrefslogtreecommitdiff
path: root/config.mak.uname
diff options
context:
space:
mode:
authorRandall S. Becker <rsbecker@nexbridge.com>2022-01-11 03:51:39 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-01-12 20:17:29 (GMT)
commit68d1da41c4ecbc054ec38e11b30008dba32a7791 (patch)
tree1adfc9ec49c1a33b62a945d5dfc7bd605f5a60b5 /config.mak.uname
parenta4bbd13be360d93f51a0cea6eef436db8622b592 (diff)
downloadgit-68d1da41c4ecbc054ec38e11b30008dba32a7791.zip
git-68d1da41c4ecbc054ec38e11b30008dba32a7791.tar.gz
git-68d1da41c4ecbc054ec38e11b30008dba32a7791.tar.bz2
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>
Diffstat (limited to 'config.mak.uname')
-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