]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix cli display of build options. 65/1565/1
authorCorey Farrell <git@cfware.com>
Wed, 4 Nov 2015 14:25:52 +0000 (09:25 -0500)
committerCorey Farrell <git@cfware.com>
Wed, 4 Nov 2015 14:25:52 +0000 (09:25 -0500)
commit77936f612d7418e7c8e9bd806633517a56b9cd38
tree70ba3d0a251b044c7cec18d8a8428235d5927c4c
parent2e0c1dbfd9bbbe6afecb2dad1b2405409ff928a9
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