secirity/tor & secirity/tor-devel: Broken with libressl.
Reported by: cubox@cubox.dev
This commit is contained in:
parent
4edfc734cf
commit
cf6a625b8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558236
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user