summaryrefslogtreecommitdiff
path: root/dev-libs/apr-util/files/apr-util-1.6.1-my_bool.patch
blob: 6cd875bcde8902e30e999d59c5104d2c804b6d8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Reintroduce my_bool to fix build with MySQL 8
Author: Robie Basak <robie.basak@canonical.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1863026
Forwarded: no
Last-Update: 2020-02-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/dbd/apr_dbd_mysql.c
+++ b/dbd/apr_dbd_mysql.c
@@ -41,6 +41,7 @@
 #endif
 #endif
 #include <mysql.h>
+typedef bool my_bool;
 #include <errmsg.h>
 #endif