Commit 9cd128d
committed
BUG#19506315 - MYSQL_CONFIG --LIB_R TELLS APPLICATIONS TO LINK WITH LIBMYSQLCLIENT_R
The libmysqlclient_r library was removed in 5.5 and replaced with
symlinks to libmysqlclient (as a backwards compatibility measure),
since the normal client library is thread safe.
This is a partial change for this bug report, let "--libs_r" always
output "-lmysqlclient", a reference to the real library and not to
the soft link. This solves a problem that on Debian and Ubuntu the
deb packages will not install the soft links.1 parent d9d26e7 commit 9cd128d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
0 commit comments