mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Fix cli display of build options.
A previous commit reduced the AST_BUILDOPTS compiler define to only include options that affected ABI. This included some options that were previously displayed by cli "core show settings". This change corrects the CLI display while still restricting buildopts.h to ABI effecting options only. ASTERISK-25434 #close Reported by: Rusty Newton Change-Id: Id07af6bedd1d7d325878023e403fbd9d3607e325
This commit is contained in:
@@ -41,4 +41,7 @@ const char *ast_get_version(void);
|
||||
*/
|
||||
const char *ast_get_version_num(void);
|
||||
|
||||
/*! Retreive the Asterisk build options */
|
||||
const char *ast_get_build_opts(void);
|
||||
|
||||
#endif /* __AST_VERSION_H */
|
||||
|
Reference in New Issue
Block a user