1
0
mariadb-connector-c/mariadb-connector-c-2.3.1_unresolved_symbols.patch

15 lines
681 B
Diff

Index: mariadb-connector-c-3.0.5-src/plugins/auth/CMakeLists.txt
===================================================================
--- mariadb-connector-c-3.0.5-src.orig/plugins/auth/CMakeLists.txt
+++ mariadb-connector-c-3.0.5-src/plugins/auth/CMakeLists.txt
@@ -16,7 +16,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)
#GSSAPI client authentication plugin
IF(NOT WIN32)