From fb702b44460237cce1df315662ffc27836d3464a Mon Sep 17 00:00:00 2001 From: Matt Macy Date: Fri, 28 Aug 2020 17:06:35 +0000 Subject: [PATCH] ZFS: clarify dependencies for static linking --- sys/amd64/conf/NOTES | 1 + sys/conf/NOTES | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index b8fa9dc505f2..6ffb34a698c6 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -635,6 +635,7 @@ options LINSYSFS ##################################################################### # ZFS support +# NB: This depends on crypto, cryptodev and ZSTDIO options ZFS ##################################################################### diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 9afcb9568c28..1a73000b0437 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -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