Page MenuHomeFreeBSD

D36089.diff
No OneTemporary

D36089.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
Tue, Jan 28, 12:08 AM (9 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16225668
Default Alt Text
D36089.diff (514 B)

Event Timeline