[Home]

Summary:ASTERISK-09156: [patch] res_config_mysql.c fails to compile
Reporter:Joel Goldwein (goldwein)Labels:
Date Opened:2007-03-30 16:31:02Date Closed:2007-04-02 10:56:07
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:To get the res_config_mysql.c to compile on my system (using svn trunk head), I need to make the following changes (which I am not sure are "correct", but which did allow for error-free compile):


Index: res_config_mysql.c
===================================================================
--- res_config_mysql.c  (revision 354)
+++ res_config_mysql.c  (working copy)
@@ -855,7 +855,7 @@
       }
}

-AST_MODULE_INFO(ASTERISK_GPL_KEY, "MySQL RealTime Configuration Driver",
+AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS, "MySQL
+RealTime Configuration Driver",
               .load = load_module,
               .unload = unload_module,
               .reload = reload
Comments:By: Joshua C. Colp (jcolp) 2007-04-02 10:56:07

Fixed in trunk as of revision 355 a little differently. Thanks!