Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
3.1, 3.3
-
None
-
WindRiver Linux LTS21
Description
Since 10.5.16, a new line was added to libmariadb/plugins/auth/CMakeLists.txt:
SET_TARGET_PROPERTIES(auth_gssapi_client PROPERTIES LINK_FLAGS "-Wl,--as-needed")
|
This was not protected by ensuring auth_gssapi_client was enabled, and when running cmake with it disabled, errors with the following:
CMake Error at libmariadb/plugins/auth/CMakeLists.txt:123 (SET_TARGET_PROPERTIES):
|
SET_TARGET_PROPERTIES Can not find target to add properties to: auth_gssapi_client
|
It looks like this went into mariadb-connector-c in 3.3.3, if I'm tracing things correctly. I don't know which bundle of mariadb server included this connector version.
https://github.com/mariadb-corporation/mariadb-connector-c/commit/2e10c961eb14d67e73b31854e31d3f3416d25b0b