Mark this as broken on 12+ with base ssl.
This commit is contained in:
parent
5369e58051
commit
a81807a190
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485627
@ -33,6 +33,12 @@ USES= perl5 ssl
|
||||
USE_PERL5= modbuild
|
||||
CONFIGURE_ARGS= --openssl-cflags=-L${OPENSSLINC} --openssl-ldflags="-I${OPENSSLLIB} ${OPENSSL_LDFLAGS}"
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
|
||||
BROKEN= Does not support OpenSSL 1.1
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/CA/*/*.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user