Skip to content

Commit

Permalink
net-p2p/cardano-node: Unbreak on FreeBSD 14+
Browse files Browse the repository at this point in the history
It seems that Cardano Node doesn't use deprecated OpenSSL functions anymore.
  • Loading branch information
arrowd committed Feb 1, 2024
1 parent e2c3833 commit dfb3008
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions net-p2p/cardano-node/Makefile
Expand Up @@ -504,12 +504,6 @@ BUILD_ARGS= --ghc-option -Wwarn

WITH_LTO= yes

.include <bsd.port.options.mk>

.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl} || ${SSL_DEFAULT:Mopenssl3*}
BROKEN= fails to compile undefined symbol: DSA_generate_parameters
.endif

post-patch:
${REINPLACE_CMD} -e 's/$$(gitRevFromGit)/"${CARDANO_NODE_HASH}"/' \
-e '/Cardano.Git.RevFromGit/d' \
Expand Down

0 comments on commit dfb3008

Please sign in to comment.