svn commit: r364923 - in head/sys: amd64/conf conf

Matt Macy mmacy at FreeBSD.org
Fri Aug 28 17:06:36 UTC 2020


Author: mmacy
Date: Fri Aug 28 17:06:35 2020
New Revision: 364923
URL: https://svnweb.freebsd.org/changeset/base/364923

Log:
  ZFS: clarify dependencies for static linking

Modified:
  head/sys/amd64/conf/NOTES
  head/sys/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Fri Aug 28 17:05:06 2020	(r364922)
+++ head/sys/amd64/conf/NOTES	Fri Aug 28 17:06:35 2020	(r364923)
@@ -635,6 +635,7 @@ options 	LINSYSFS
 #####################################################################
 # ZFS support
 
+# NB: This depends on crypto, cryptodev and ZSTDIO
 options		ZFS
 
 #####################################################################

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Fri Aug 28 17:05:06 2020	(r364922)
+++ head/sys/conf/NOTES	Fri Aug 28 17:06:35 2020	(r364923)
@@ -2807,7 +2807,8 @@ options         IMAGACT_BINMISC
 options 	GZIO
 
 # zstd support
-# This enables support for Zstd compressed core dumps and GEOM_UZIP images.
+# This enables support for Zstd compressed core dumps, GEOM_UZIP images,
+# and is required by zfs if statically linked.
 options 	ZSTDIO
 
 # BHND(4) drivers


More information about the svn-src-all mailing list