]> git.ipfire.org Git - thirdparty/asterisk.git/commit
build: Pass --fno-partial-inlining to third-party when appropriate
authorGeorge Joseph <gjoseph@digium.com>
Fri, 3 May 2019 18:31:06 +0000 (12:31 -0600)
committerGeorge Joseph <gjoseph@digium.com>
Fri, 3 May 2019 18:36:38 +0000 (12:36 -0600)
commit543d487746403b3ed8059175c666ac65d435df32
tree8259b4f8d95d771229ade63269b8039062420019
parent8357ab7e9af37545ba89842996219bbf3a3973f0
build: Pass --fno-partial-inlining to third-party when appropriate

When the gcc version is >= 8.2.1, we were already setting the
--fno-partial-inlining flag for Asterisk source files to get around
a gcc bug but we weren't passing the flag down to the bundled
builds of pjproject and jansson.

ASTERISK-28392

Change-Id: I99ede9bc35408ecd096f7d5369e8192d3dc75704
third-party/jansson/Makefile
third-party/pjproject/Makefile