forked from Lainports/freebsd-ports
security/pam_ssh_agent_auth: unbreak on HEAD, STABLE/14
After b15b39521644 systems with OpenSSL 3.x have the complete OpenSSL 0.9.8 API avaialable once more. This is slightly anticipating the MFC to STABLE/14. PR: 272220 Reported by: Pierre Pronchery
This commit is contained in:
parent
2726d70eb4
commit
f2fcda4b68
1 changed files with 1 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= pam_ssh_agent_auth
|
||||
PORTVERSION= 0.10.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= matthew@FreeBSD.org
|
||||
|
|
@ -33,11 +33,4 @@ PLIST_FILES= lib/pam_ssh_agent_auth.so \
|
|||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_ssh_agent_auth.so
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
|
||||
IGNORE_SSL= base openssl30 openssl31
|
||||
IGNORE_SSL_REASON= Compiles but does not generate a working module with OpenSSL 3.0.0 and later
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue