]> git.ipfire.org Git - thirdparty/git.git/commitdiff
build: NonStop ships with an older zlib
authorRandall S. Becker <rsbecker@nexbridge.com>
Tue, 11 Jan 2022 03:51:39 +0000 (22:51 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Jan 2022 20:17:29 +0000 (12:17 -0800)
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>
config.mak.uname

index a3a779327f8d5f4a523bb7b9a0b9d8905151a996..9b3e9bff5f5f8be12483a4b6001921b399373357 100644 (file)
@@ -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