Skip to content

Commit

Permalink
net/jose: Mark BROKEN_SSL
Browse files Browse the repository at this point in the history
- Fails to build with lots of ld: error: undefined symbol: EVP_CIPHER_*

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 3, 2023
1 parent ebc92ce commit 551118a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/jose/Makefile
Expand Up @@ -13,6 +13,8 @@ BUILD_DEPENDS= a2x:textproc/asciidoc
LIB_DEPENDS= libjansson.so:devel/jansson

USES= compiler:c11 meson ninja pkgconfig ssl
BROKEN_SSL= openssl30 openssl31
BROKEN_SSL_REASON= Fails to build with lots of ld: error: undefined symbol: EVP_CIPHER_*
USE_GITHUB= yes
GH_ACCOUNT= latchset
GH_TAGNAME= v11
Expand Down

0 comments on commit 551118a

Please sign in to comment.