]> 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:31:06 +0000 (12:31 -0600)
commit7646e2257f221a81ec6f5b93a3f0574c1f95c847
tree294eb9b9c46a6838ce593801c7c3f67c251aec53
parent6edef49525649c31ae4e087a959eae36d26dc745
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