commit:     7aacf0fdeb16e0e67d9857338b831d571b61d1b2
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue May 17 20:11:09 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue May 17 20:18:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aacf0fd

net-p2p/transmission: use system libpsl

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-p2p/transmission/transmission-9999.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-p2p/transmission/transmission-9999.ebuild 
b/net-p2p/transmission/transmission-9999.ebuild
index 95b338a03916..29752a1fc96f 100644
--- a/net-p2p/transmission/transmission-9999.ebuild
+++ b/net-p2p/transmission/transmission-9999.ebuild
@@ -44,6 +44,7 @@ COMMON_DEPEND="
        !mbedtls? ( dev-libs/openssl:0= )
        mbedtls? ( net-libs/mbedtls:0= )
        net-libs/libnatpmp
+       >=net-libs/libpsl-0.21.1
        >=net-libs/miniupnpc-1.7:=
        >=net-misc/curl-7.16.3[ssl]
        sys-libs/zlib:=
@@ -90,12 +91,15 @@ src_configure() {
                -DENABLE_WEB=$(usex web ON OFF)
 
                -DUSE_SYSTEM_EVENT2=ON
+               -DUSE_SYSTEM_DEFLATE=OFF
                -DUSE_SYSTEM_DHT=OFF
                -DUSE_SYSTEM_MINIUPNPC=ON
                -DUSE_SYSTEM_NATPMP=ON
                -DUSE_SYSTEM_UTP=OFF
                -DUSE_SYSTEM_B64=OFF
+               -DUSE_SYSTEM_PSL=ON
                -DUSE_QT_VERSION=5
+
                -DRUN_CLANG_TIDY=OFF
 
                -DWITH_CRYPTO=$(usex mbedtls polarssl openssl)

Reply via email to