mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 23:15:10 -04:00
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 in40d0fd2875andcd568e2b1b. 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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue