From 3c9d997f47c50a5d4ef3494afb57c1705ad34c9d Mon Sep 17 00:00:00 2001 From: abubaca4 <55701175+abubaca4@users.noreply.github.com> Date: Tue, 21 Feb 2023 06:33:50 +0300 Subject: [PATCH] downgrade libdeflate to 1.7 (#4970) transmission work with libdeflate 1.7 that delivered with debian 11 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ac8a659d6..cce63777e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ include(TrMacros) set(CURL_MINIMUM 7.28.0) set(WOLFSSL_MINIMUM 3.4) -set(DEFLATE_MINIMUM 1.10) +set(DEFLATE_MINIMUM 1.7) set(EVENT2_MINIMUM 2.1.0) set(GIOMM_MINIMUM 2.26.0) set(GLIBMM_MINIMUM 2.60.0)