<p>Joshua C. Colp <strong>merged</strong> this change.</p><p><a href="https://gerrit.asterisk.org/10948">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Joshua C. Colp: Looks good to me, but someone else must approve; Approved for Submit
  Corey Farrell: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">bundled-jansson:  On OpenSuse Leap libjansson.a was placed in lib64<br><br>On OpenSuse Leap, libjansson.a is installed in<br>third-party/jansson/dest/lib64 instead of lib (which is where<br>the top-level makeopts looks).  This causes a link failure.<br><br>* Updated jansson/Makefile to add an explicit --libdir to force<br>  the installation to third-party/jansson/dest/lib.<br><br>ASTERISK-28271<br>Reported by: David Wilcox<br><br>Change-Id: Ibf8af75e5da13562105fcc39ed898c6ef0b5a5f3<br>---<br>M third-party/jansson/Makefile<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/third-party/jansson/Makefile b/third-party/jansson/Makefile</span><br><span>index ca57b1a..a81502c 100644</span><br><span>--- a/third-party/jansson/Makefile</span><br><span>+++ b/third-party/jansson/Makefile</span><br><span>@@ -81,7 +81,8 @@</span><br><span> </span><br><span> source/config.status: source/.unpacked Makefile.rules .rebuild_needed</span><br><span>   $(ECHO_PREFIX) Configuring</span><br><span style="color: hsl(0, 100%, 40%);">-      $(CMD_PREFIX) (cd source ; ./configure $(QUIET_CONFIGURE) $(JANSSON_CONFIG_OPTS) --disable-shared --enable-static --prefix=$(JANSSON_DIR)/dest)</span><br><span style="color: hsl(120, 100%, 40%);">+       $(CMD_PREFIX) (cd source ; ./configure $(QUIET_CONFIGURE) $(JANSSON_CONFIG_OPTS) --disable-shared \</span><br><span style="color: hsl(120, 100%, 40%);">+           --enable-static --prefix=$(JANSSON_DIR)/dest --libdir=$(JANSSON_DIR)/dest/lib)</span><br><span> </span><br><span> configure: source/config.status</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/10948">change 10948</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/10948"/><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-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Ibf8af75e5da13562105fcc39ed898c6ef0b5a5f3 </div>
<div style="display:none"> Gerrit-Change-Number: 10948 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Reviewer: Corey Farrell <git@cfware.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation (1000185) </div>
<div style="display:none"> Gerrit-Reviewer: Joshua C. Colp <jcolp@digium.com> </div>