]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix cli display of build options. 64/1564/1
authorCorey Farrell <git@cfware.com>
Sat, 31 Oct 2015 03:57:58 +0000 (23:57 -0400)
committerCorey Farrell <git@cfware.com>
Wed, 4 Nov 2015 14:24:00 +0000 (09:24 -0500)
commitd098d00424a3c7ae2c2b2b26ce31d0889c506478
tree85081e79fa5ce067d162b05878ff3a5172e9ef8c
parentafec1b1b6497c2b81c0ef468861933b6ba277562
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
Makefile
build_tools/make_version_c
include/asterisk/ast_version.h
main/asterisk.c