Skip to content

Commit 68d1da4

Browse files
rsbeckercagitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a4bbd13 commit 68d1da4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ ifeq ($(uname_S),NONSTOP_KERNEL)
576576
NO_SETENV = YesPlease
577577
NO_UNSETENV = YesPlease
578578
NO_MKDTEMP = YesPlease
579+
NO_UNCOMPRESS2 = YesPlease
579580
# Currently libiconv-1.9.1.
580581
OLD_ICONV = UnfortunatelyYes
581582
NO_REGEX = NeedsStartEnd

0 commit comments

Comments
 (0)