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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to