Skip to content

Commit

Permalink
databases/xrootd: Mark BROKEN with openssl 3
Browse files Browse the repository at this point in the history
Fails to build with:
error: no matching function for call to 'RSA_private_encrypt'

There are more recent version from the upstream which might support
OpenSSL 3 and later.

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Aug 18, 2023
1 parent d661d58 commit 0f365d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion databases/xrootd/Makefile
Expand Up @@ -41,7 +41,7 @@ KERBEROS5_LIB_DEPENDS= libkrb5.so:security/krb5
.include <bsd.port.pre.mk>

.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*}
CXXFLAGS+= -DOPENSSL_API_COMPAT=0x30000000L
BROKEN= fails to build with openssl 3 and later
.endif

post-patch:
Expand Down

0 comments on commit 0f365d0

Please sign in to comment.