forked from Lainports/opnsense-ports
11 lines
434 B
Text
11 lines
434 B
Text
--- CMakeLists.txt.orig 2021-02-13 22:36:08 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -212,6 +212,8 @@ if( WITH_PLAYER )
|
|
# zlib is required for mysql embedded
|
|
find_package(ZLIB REQUIRED)
|
|
set_package_properties( ZLIB PROPERTIES DESCRIPTION "zlib" TYPE REQUIRED )
|
|
+ # SSL is required for mysql embedded
|
|
+ find_package(OpenSSL REQUIRED)
|
|
else()
|
|
add_definitions( "-DNO_MYSQL_EMBEDDED" )
|
|
endif()
|