- New upstream version 3.1.4 * CONC-431: Use windows crypto libraries on Windows platforms * Included in MariaDB 10.4.8, MariaDB 10.3.18, and MariaDB 10.2.27 - refresh mariadb-connector-c-2.3.1_unresolved_symbols.patch and private_library.patch OBS-URL: https://build.opensuse.org/request/show/732923 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb-connector-c?expand=0&rev=47
15 lines
648 B
Diff
15 lines
648 B
Diff
Index: mariadb-connector-c-3.1.4-src/plugins/auth/CMakeLists.txt
|
|
===================================================================
|
|
--- mariadb-connector-c-3.1.4-src.orig/plugins/auth/CMakeLists.txt
|
|
+++ mariadb-connector-c-3.1.4-src/plugins/auth/CMakeLists.txt
|
|
@@ -32,7 +32,8 @@ REGISTER_PLUGIN(TARGET dialog
|
|
CONFIGURATIONS DYNAMIC STATIC OFF
|
|
DEFAULT DYNAMIC
|
|
SOURCES ${CC_SOURCE_DIR}/plugins/auth/dialog.c
|
|
- ${CC_SOURCE_DIR}/libmariadb/get_password.c)
|
|
+ ${CC_SOURCE_DIR}/libmariadb/get_password.c
|
|
+ LIBRARIES dl)
|
|
|
|
|
|
# Crypto plugins
|