<p>Matt Jordan <strong>uploaded patch set #7</strong> to this change.</p><p><a href="https://gerrit.asterisk.org/c/asterisk/+/11338">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">pjproject/Makefile: Updates for Darwin compatible builds<br><br>This patch fixes three compatibility issues for Darwin compatible builds:<br><br>(1) Use BSD compatible command line option for sed<br><br>For some versions of BSD sed, the -r command line option is unknown.<br>Both GNU and BSD sed support the -E command line option for enabling<br>extended regular expressions; as such, this patch replaces the -r<br>option with -E.<br><br>(2) Look for '_' in pjproject generated symbols<br><br>In Darwin comaptible systems, the symbols generated for pjproject may be<br>prefixed with an '_'. When exporting these to a symbol file, the invocation<br>to sed has to optionally look for a prefix of said '_' character.<br><br>(3) Use -all_load/-noall_load when linking<br><br>The flags -whole-archive/-no-whole-archive are not supported by the<br>linker, and must instead be replaced with -all_load/-noall_load.<br><br>Change-Id: I58121756de6a0560a6e49ca9d6bf9566a333cde3<br>---<br>M third-party/pjproject/Makefile<br>1 file changed, 12 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/38/11338/7</pre><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/11338">change 11338</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/11338"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I58121756de6a0560a6e49ca9d6bf9566a333cde3 </div>
<div style="display:none"> Gerrit-Change-Number: 11338 </div>
<div style="display:none"> Gerrit-PatchSet: 7 </div>
<div style="display:none"> Gerrit-Owner: Matt Jordan <mjordan@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: Joshua Colp <jcolp@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Matt Jordan <mjordan@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: newpatchset </div>