src.opts.mk: set MK_ZFS conditional on MK_OPENSSL
libzfs has a dependency on libcrypto. This causes a buildworld link failure when WITHOUT_OPENSSL/WITHOUT_CRYPT is set. This dependency was added implicitly by the switch to OpenZFS, and explicitly in40d0fd2875
andcd568e2b1b
. PR: 252841 Reviewed by: kevans, freqlabs MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D28431
This commit is contained in:
parent
88be0e1120
commit
e5cc1c4748
@ -438,6 +438,7 @@ MK_LDNS:= no
|
||||
MK_PKGBOOTSTRAP:= no
|
||||
MK_SVN:= no
|
||||
MK_SVNLITE:= no
|
||||
MK_ZFS:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_LDNS} == "no"
|
||||
|
Loading…
Reference in New Issue
Block a user