1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

BUG#3074: Unversioned symbols in shared library

libmysqlclient versioning when linked with GNU ld.
This commit is contained in:
svoj@april.(none)
2006-01-17 18:51:08 +04:00
parent 38e5a8f6d8
commit f84b301bd1
4 changed files with 13 additions and 2 deletions

1
libmysql/libmysql.ver.in Normal file
View File

@ -0,0 +1 @@
libmysqlclient_@SHARED_LIB_MAJOR_VERSION@ { global: *; };