mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Don't try to build libssh if NO_OPENSSL is defined because NO_OPENSSL implies
NO_OPENSSH.
This commit is contained in:
parent
065a383b82
commit
f9382a3cad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98298
@ -718,7 +718,7 @@ _generic_libs+= lib
|
||||
.if !defined(NO_OPENSSL)
|
||||
_prebuild_libs+= secure/lib/libcrypto secure/lib/libssl
|
||||
.endif
|
||||
.if !defined(NO_OPENSSH)
|
||||
.if !defined(NO_OPENSSH) && !defined(NO_OPENSSL)
|
||||
_prebuild_libs+= secure/lib/libssh
|
||||
secure/lib/libssh__L: secure/lib/libcrypto__L lib/libz__L
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user