Debian Patches

Status for mysql++/3.2.5-2.1

Patch Description Author Forwarded Bugs Origin Last update
do_not_link_against_libmysqlclient_r.patch stop linking against libmysqlclient_r and link directly against libmysqlclient instead Quoting from Debian's bugreport #825086:
.
Your package currently links against libmysqlclient_r. libmysqlclient_r
was the thread-safe version of libmysqlclient in previous MySQL
releases. However, libmysqlclient has been itself been made thread-safe
since before the current libmysqlclient18. Thus libmysqlclient_r is
currently deprecated and provided as a compatibility symlink only, and
will disappear in MySQL 5.7. This change can be made now, in advance of
a possible future transition to libmysqlclient20, which does not provide
the _r variant.
.
In Ubuntu, we have done this with the attached quilt patch, which I
believe is also applicable to Debian.
Robie Basak <robie.basak@ubuntu.com> no
discover_localtime_r_with_AC_TRY_COMPILE.patch Use AC_TRY_COMPILE to discover localtime_r() (Closes: #901343) Helmut Grohne <helmut@subdivi.de> no
rvalue_fix_example.patch [PATCH] Exchanged the "file slurp" idiom used in examples/load_jpeg.cpp for one that also works in C++11, which complains of
"address to rvalue" with the original formulation.
tangent <mysqlpp@tangentsoft.com> no 2020-09-19

All known versions for source package 'mysql++'

Links