Do not build libmp if NOSECURE is set (NO_OPENSSL is on a subset of NOSECURE)
This commit is contained in:
parent
bc5e75bd64
commit
c0d58cf4af
@ -72,7 +72,8 @@ _compat= compat
|
||||
_libtelnet= libtelnet
|
||||
.endif
|
||||
|
||||
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL)
|
||||
.if exists(${.CURDIR}/../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) \
|
||||
&& !defined(NOSECURE)
|
||||
_libmp= libmp
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user