Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/amarok/files/patch-CMakeLists.txt
17494 views
1
--- CMakeLists.txt.orig 2021-02-13 22:36:08 UTC
2
+++ CMakeLists.txt
3
@@ -212,6 +212,8 @@ if( WITH_PLAYER )
4
# zlib is required for mysql embedded
5
find_package(ZLIB REQUIRED)
6
set_package_properties( ZLIB PROPERTIES DESCRIPTION "zlib" TYPE REQUIRED )
7
+ # SSL is required for mysql embedded
8
+ find_package(OpenSSL REQUIRED)
9
else()
10
add_definitions( "-DNO_MYSQL_EMBEDDED" )
11
endif()
12
13