Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108631821
D36089.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
514 B
Referenced Files
None
Subscribers
None
D36089.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D36089: usr.sbin/makefs: Disable ZFS support when bootstrapping on non-FreeBSD
Attached
Detach File
Event Timeline
Log In to Comment