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 |
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
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(+)