<p>George Joseph has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/10946">View Change</a></p><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;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/46/10946/1</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/10946">change 10946</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/10946"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 13 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ibf8af75e5da13562105fcc39ed898c6ef0b5a5f3 </div>
<div style="display:none"> Gerrit-Change-Number: 10946 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: George Joseph <gjoseph@digium.com> </div>