Date: Fri, 28 Aug 2020 17:06:35 +0000 (UTC) From: Matt Macy <mmacy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r364923 - in head/sys: amd64/conf conf Message-ID: <202008281706.07SH6Zo3076962@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281706.07SH6Zo3076962>