We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6397a5c commit 0a2bddbCopy full SHA for 0a2bddb
dev-libs/apr-util/files/apr-util-1.6.1-my_bool.patch
@@ -1,17 +1,13 @@
1
-Description: Reintroduce my_bool to fix build with MySQL 8
2
-Author: Robie Basak <[email protected]>
3
-Bug-Ubuntu: https://bugs.launchpad.net/bugs/1863026
4
-Forwarded: no
5
-Last-Update: 2020-02-18
6
----
7
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
8
--- a/dbd/apr_dbd_mysql.c
9
+++ b/dbd/apr_dbd_mysql.c
10
-@@ -41,6 +41,7 @@
+@@ -41,6 +41,10 @@
11
#endif
12
13
#include <mysql.h>
++#ifndef HAVE_TYPE_MY_BOOL
++#include <stdbool.h>
14
+typedef bool my_bool;
++#endif
15
#include <errmsg.h>
16
17
0 commit comments