security/titus: Mark broken with base openssl on < FreeBSD 12
MFH: 2020Q4
This commit is contained in:
parent
600461317a
commit
69e814771d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556013
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ MAKE_ENV+= MANDIR=${MANPREFIX}/man
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_11= Requires OpenSSL 1.1.0+
|
||||
.endif
|
||||
|
||||
.if ${SSL_DEFAULT} != base
|
||||
CFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
|
Loading…
Reference in a new issue