Page MenuHomeFreeBSD

D36089.id109037.diff
No OneTemporary

D36089.id109037.diff

Index: usr.sbin/makefs/Makefile
===================================================================
--- usr.sbin/makefs/Makefile
+++ usr.sbin/makefs/Makefile
@@ -19,7 +19,10 @@
NO_WCAST_ALIGN=
CSTD= c11
-.if ${MK_ZFS} != "no"
+# ZFS support is currently not available when building makefs
+# as a bootstrap tool on Linux/macOS due to compilation errors.
+.if ${MK_ZFS} != "no" && \
+ !(defined(BOOTSTRAPPING) && ${.MAKE.OS} != "FreeBSD")
SRCS+= zfs.c
CFLAGS+=-I${SRCDIR}/zfs \
-I${SRCTOP}/stand/libsa \

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 15, 8:38 AM (14 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28733654
Default Alt Text
D36089.id109037.diff (514 B)

Event Timeline