mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 06:18:38 +00:00
Temporarily revert revision 89325, which added md5 magic for keeping track of
what build options were used. We agreed that we should remove this before making a 1.4 release, and then we can put it back in. Then, we can take a month or so to play around with it to get it how we want it. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@89339 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -203,7 +203,6 @@ struct ast_module_info {
|
||||
|
||||
const char *key;
|
||||
unsigned int flags;
|
||||
unsigned int buildopt_sum[4]; /* The value of AST_BUILDOPT_SUM when this module was compiled */
|
||||
};
|
||||
|
||||
void ast_module_register(const struct ast_module_info *);
|
||||
@@ -230,8 +229,7 @@ void ast_module_unref(struct ast_module *);
|
||||
AST_MODULE, \
|
||||
desc, \
|
||||
keystr, \
|
||||
flags_to_set, \
|
||||
AST_BUILDOPT_SUM, \
|
||||
flags_to_set \
|
||||
}; \
|
||||
static void __attribute__ ((constructor)) __reg_module(void) \
|
||||
{ \
|
||||
@@ -261,7 +259,6 @@ const static __attribute__((unused)) struct ast_module_info *ast_module_info;
|
||||
.flags = flags_to_set, \
|
||||
.description = desc, \
|
||||
.key = keystr, \
|
||||
.buildopt_sum = AST_BUILDOPT_SUM, \
|
||||
fields \
|
||||
}; \
|
||||
static void __attribute__ ((constructor)) __reg_module(void) \
|
||||
|
||||
Reference in New Issue
Block a user