]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fixed compile flags for non-module libs 59/3459/1
authorDavid M. Lee <dlee@respoke.io>
Thu, 11 Aug 2016 15:50:09 +0000 (10:50 -0500)
committerDavid M. Lee <dlee@respoke.io>
Thu, 11 Aug 2016 15:50:09 +0000 (10:50 -0500)
commit919824ebbc85afd4590c6d4becc89e4a30485370
tree588266fcb83385862a3b9fb29d47c5eb84ef6aab
parent01c49ac889c94aae694a1f01c826df2f75eb9c67
Fixed compile flags for non-module libs

The non-module libs libasteriskssl.dylib and libasteriskpj.dylib have
long been missing the AST_NOT_MODULE compile flag. This was mostly
okay, until a recent fix to improve compiler warnings when the
AST_MODULE_SELF_SYM is missing broke the build on OS X/macOS/whatever
they are calling it these days.

Change-Id: I2cb51c890824f001280a5114f2e775f97c163516
main/Makefile