diff mbox series

[3/4] config.mak.uname: last release and snapshots of Minix still use zlib 1.2.3

Message ID 20210930054032.16867-4-carenas@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/4] fixup! reftable: add a heap-based priority queue for reftable records | expand

Commit Message

Carlo Marcelo Arenas Belón Sept. 30, 2021, 5:40 a.m. UTC
Minix 3 uses a BSD userspace from NetBSD, but might had synced last before
8.x got branched.

While Minix itself doesn't have much activity, this is still affecting the
last release (and subsequent snapshots).

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
---
 config.mak.uname | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/config.mak.uname b/config.mak.uname
index 4acc3e3609..9399247cbb 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -517,6 +517,7 @@  ifeq ($(uname_S),Interix)
 	endif
 endif
 ifeq ($(uname_S),Minix)
+	NO_UNCOMPRESS2 = YesPlease
 	NO_IPV6 = YesPlease
 	NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease
 	NO_NSEC = YesPlease