forked from pool/mariadb-connector-c
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/625058 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mariadb-connector-c?expand=0&rev=12
15 lines
681 B
Diff
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)
|