diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-12-16 18:33:52 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-12-16 18:33:52 +0000 |
commit | cf6a625b8ced1021a16b475fa96e882a9816622b (patch) | |
tree | eaf57080f18a88ddacfb3ea4657e0c69a58707e8 /security/tor-devel/Makefile | |
parent | 4edfc734cf3a1ce3dcce1ca6d69a68724684a097 (diff) | |
download | ports-cf6a625b8ced1021a16b475fa96e882a9816622b.tar.gz ports-cf6a625b8ced1021a16b475fa96e882a9816622b.zip |
Notes
Diffstat (limited to 'security/tor-devel/Makefile')
-rw-r--r-- | security/tor-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index a5434e96a82b..e6e19a3ef52f 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -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 |