--- src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt.orig 2017-09-27 16:37:16 UTC +++ src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt @@ -29,7 +29,7 @@ target_link_libraries(amarok_collection- ) if(NOT WIN32 AND NOT APPLE) - target_link_libraries( amarok_collection-mysqlecollection crypt pthread ) + target_link_libraries( amarok_collection-mysqlecollection crypt pthread ssl ) endif(NOT WIN32 AND NOT APPLE) if(APPLE)