Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 495796 Details for
Bug 631464
net-misc/asterisk-13.17.0|2 fails to compile with USE=mysql and latest mariadb
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
asterisk-mysql-13.17.2.patch
asterisk-mysql-13.17.2.patch (text/plain), 1.12 KB, created by
Brian Evans (RETIRED)
on 2017-09-21 15:10:35 UTC
(
hide
)
Description:
asterisk-mysql-13.17.2.patch
Filename:
MIME Type:
Creator:
Brian Evans (RETIRED)
Created:
2017-09-21 15:10:35 UTC
Size:
1.12 KB
patch
obsolete
>diff -aurN a/addons/app_mysql.c b/addons/app_mysql.c >--- a/addons/app_mysql.c 2017-09-19 12:05:14.000000000 -0400 >+++ b/addons/app_mysql.c 2017-09-21 08:58:20.421552645 -0400 >@@ -41,7 +41,7 @@ > > #include "asterisk.h" > >-#include <mysql/mysql.h> >+#include <mysql.h> > > #include "asterisk/file.h" > #include "asterisk/logger.h" >diff -aurN a/addons/cdr_mysql.c b/addons/cdr_mysql.c >--- a/addons/cdr_mysql.c 2017-09-19 12:05:14.000000000 -0400 >+++ b/addons/cdr_mysql.c 2017-09-21 08:58:56.781967641 -0400 >@@ -44,8 +44,8 @@ > > ASTERISK_FILE_VERSION(__FILE__, "$Revision$") > >-#include <mysql/mysql.h> >-#include <mysql/errmsg.h> >+#include <mysql.h> >+#include <errmsg.h> > > #include "asterisk/config.h" > #include "asterisk/options.h" >diff -aurN a/addons/res_config_mysql.c b/addons/res_config_mysql.c >--- a/addons/res_config_mysql.c 2017-09-19 12:05:14.000000000 -0400 >+++ b/addons/res_config_mysql.c 2017-09-21 09:01:44.929511239 -0400 >@@ -34,9 +34,7 @@ > > #include <sys/stat.h> > >-#include <mysql/mysql.h> >-#include <mysql/mysql_version.h> >-#include <mysql/errmsg.h> >+#include <mysql.h> > > #include "asterisk/channel.h" > #include "asterisk/logger.h"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 631464
:
495488
|
495696
| 495796