SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
databases/mariadb/patches/patch-client_CMakeLists_txt
Normal file
16
databases/mariadb/patches/patch-client_CMakeLists_txt
Normal file
|
@ -0,0 +1,16 @@
|
|||
Index: client/CMakeLists.txt
|
||||
--- client/CMakeLists.txt.orig
|
||||
+++ client/CMakeLists.txt
|
||||
@@ -71,10 +71,10 @@ MYSQL_ADD_EXECUTABLE(mariadb-plugin mysql_plugin.c)
|
||||
TARGET_LINK_LIBRARIES(mariadb-plugin ${CLIENT_LIB})
|
||||
|
||||
MYSQL_ADD_EXECUTABLE(mariadb-binlog mysqlbinlog.cc)
|
||||
-TARGET_LINK_LIBRARIES(mariadb-binlog ${CLIENT_LIB} mysys_ssl)
|
||||
+TARGET_LINK_LIBRARIES(mariadb-binlog ${CLIENT_LIB} mysys_ssl ${SSL_LIBRARIES})
|
||||
|
||||
MYSQL_ADD_EXECUTABLE(mariadb-admin mysqladmin.cc ../sql/password.c)
|
||||
-TARGET_LINK_LIBRARIES(mariadb-admin ${CLIENT_LIB} mysys_ssl)
|
||||
+TARGET_LINK_LIBRARIES(mariadb-admin ${CLIENT_LIB} mysys_ssl ${SSL_LIBRARIES})
|
||||
|
||||
MYSQL_ADD_EXECUTABLE(mariadb-slap mysqlslap.c)
|
||||
SET_SOURCE_FILES_PROPERTIES(mysqlslap.c PROPERTIES COMPILE_FLAGS "-DTHREADS")
|
Loading…
Add table
Add a link
Reference in a new issue