From: Randall S. Becker Date: Tue, 11 Jan 2022 03:51:39 +0000 (-0500) Subject: build: NonStop ships with an older zlib X-Git-Tag: v2.35.0-rc1~10^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68d1da41c4ecbc054ec38e11b30008dba32a7791;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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