<rsbecker@xxxxxxxxxxxxx> writes: > Modify NonStop configuration to disable uncompress2. > > The zlib version available on NonStop x86/ia64 does not contain the > uncompress2() > Procedure. > > Signed-off-by: Randall S. Becker <rsbecker@xxxxxxxxxxxxx> > --- > config.mak.uname | 1 + > 1 file changed, 1 insertion(+) I'll lift your s-o-b from this patch and use it in <xmqqzgo0u5j7.fsf@gitster.g>, as the patch part didn't apply. Thanks. > > 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 > -- > 2.34.1