opnsense-ports/audio/amarok/files/patch-cmake_modules_FindMySQL.cmake
Franco Fichtner c945fca694 */*: sync with upstream
Taken from: HardenedBSD
2021-02-15 11:07:34 +01:00

11 lines
410 B
CMake

--- cmake/modules/FindMySQL.cmake.orig 2021-02-13 22:39:45 UTC
+++ cmake/modules/FindMySQL.cmake
@@ -33,7 +33,7 @@ endif()
# Try searching manually via find_path/find_library, possibly with hints
# from pkg-config
find_package(PkgConfig)
-pkg_check_modules(PC_MYSQL QUIET mysql mariadb)
+pkg_check_modules(PC_MYSQL QUIET mysql mariadb perconaserverclient)
find_path(MYSQL_INCLUDE_DIR mysql.h
PATHS