secirity/tor & secirity/tor-devel: Broken with libressl.

Reported by:	cubox@cubox.dev
This commit is contained in:
Yuri Victorovich 2020-12-16 18:33:52 +00:00
parent 4edfc734cf
commit cf6a625b8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558236
2 changed files with 8 additions and 0 deletions

View File

@ -111,6 +111,10 @@ LIB_DEPENDS+= libtcmalloc.so:devel/google-perftools
PORTSCOUT= limit:^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+-[a-z].*$$
.if ${SSL_DEFAULT:Mlibressl*}
BROKEN= Libressl 3.2.1 with compatibility issues to Tor relays: https://gitlab.torproject.org/tpo/core/tor/-/issues/40128
.endif
post-patch:
@${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \
${WRKSRC}/configure

View File

@ -92,6 +92,10 @@ LIB_DEPENDS+= libtcmalloc.so:devel/google-perftools
.endif
.endif
.if ${SSL_DEFAULT:Mlibressl*}
BROKEN= Libressl 3.2.1 with compatibility issues to Tor relays: https://gitlab.torproject.org/tpo/core/tor/-/issues/40128
.endif
post-patch:
@${REINPLACE_CMD} -E -e "s@(-z) (relro|now)@-Wl,\1,\2@g" \
${WRKSRC}/configure