Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2022-08-27 12:18:26 +0300
committerGitHub <noreply@github.com>2022-08-27 12:18:26 +0300
commite4088e64883f13f1dac1367808ea16f75ca614b2 (patch)
tree7757ede81adf3d2d497f38340b5e01f25bbca818
parentc107c1d25625c2936ce7e9b0504d5661f7f779eb (diff)
parentd5f6d111fcaa44dd9fde11f822d5e6b3f784b876 (diff)
Merge pull request #1356 from cycleg/issue-1355
libssl dependency for Bookworm fixed. #1355
-rw-r--r--packaging/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/CMakeLists.txt b/packaging/CMakeLists.txt
index 775dcfe3..c34a9084 100644
--- a/packaging/CMakeLists.txt
+++ b/packaging/CMakeLists.txt
@@ -26,7 +26,7 @@ IF (${USEWX})
SET(PACKAGE_DEPENDENCIES "${PACKAGE_DEPENDENCIES}, libwxgtk3.0-gtk3-0v5")
ENDIF()
if(OPENSSL_FOUND)
- SET(PACKAGE_DEPENDENCIES "${PACKAGE_DEPENDENCIES}, libssl1.1")
+ SET(PACKAGE_DEPENDENCIES "${PACKAGE_DEPENDENCIES}, libssl1.1 | libssl3")
endif(OPENSSL_FOUND)
if(LIBSSH_FOUND)
SET(PACKAGE_DEPENDENCIES "${PACKAGE_DEPENDENCIES}, libssh-4")