File: libmysqlclient_r

package info (click to toggle)
libodb-mysql 2.4.0-5.1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,368 kB
  • sloc: sh: 11,329; cpp: 2,765; makefile: 21
file content (18 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Robie Basak <robie.basak@canonical.com>
Bug-Ubuntu: https://launchpad.net/bugs/1564871
Forwarded: no
Last-Update: 2016-04-01

Use libmysqlclient whether threads are enabled or not.

--- a/m4/libmysqlclient.m4
+++ b/m4/libmysqlclient.m4
@@ -11,7 +11,7 @@
 libmysqlclient_found=no
 
 if test x"$1" != xnone; then
-  libmysqlclient_name=mysqlclient_r
+  libmysqlclient_name=mysqlclient
 else
   libmysqlclient_name=mysqlclient
 fi