mariadb-connector-c/mariadb-connector-c-2.3.1_unresolved_symbols.patch
Martin Pluskal 8f5d5421d1 - Explicitly enable zstd support (new curl brings it in, and we
want to ensure it to not be random):
  + Add pkgconfig(libzstd) BuildRequires: allow cmake to detect it.

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb-connector-c?expand=0&rev=100
2024-07-29 07:55:40 +00:00

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