ports/security/lime/files/patch-CMakeLists.txt
Muhammad Moinur Rahman 2576d11e2b
security/lime: Update version 5.2.94=>5.4.2
Changelog: https://gitlab.linphone.org/BC/public/lime/-/tags/5.4.2

Sponsored by:	Cybermancer Infosec
2025-03-27 10:17:05 +01:00

11 lines
327 B
Plaintext

--- CMakeLists.txt.orig 2025-03-26 21:14:00 UTC
+++ CMakeLists.txt
@@ -54,6 +54,7 @@ endif()
if(ENABLE_PQCRYPTO)
find_package(PostQuantumCryptoEngine 5.3.0 REQUIRED)
endif()
+find_package(OpenSSL REQUIRED)
find_package(BCToolbox 5.3.0 REQUIRED OPTIONAL_COMPONENTS tester)
find_package(Soci REQUIRED COMPONENTS sqlite3)