<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8032">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">install_prereq: Download latest Jansson.<br><br>ASTERISK-27603<br><br>Change-Id: I65c587534c0ae364f063d68da1bed40bb3d5e8aa<br>---<br>M contrib/scripts/install_prereq<br>1 file changed, 2 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/32/8032/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq<br>index e3b217c..ab92430 100755<br>--- a/contrib/scripts/install_prereq<br>+++ b/contrib/scripts/install_prereq<br>@@ -46,8 +46,6 @@<br> <br> KVERS=`uname -r`<br> <br>-JANSSON_VER=2.4<br>-<br> case "$1" in<br> test)<br>      testcmd=echo<br>@@ -162,8 +160,8 @@<br>     # Only install Jansson if it wasn't installed via package<br>         if ! test -f /usr/include/jansson.h; then<br>             echo "*** Installing jansson ***"<br>-          wget -O - http://www.digip.org/jansson/releases/jansson-${JANSSON_VER}.tar.gz | zcat | tar -xf -<br>-             cd jansson-${JANSSON_VER}<br>+            wget -O - http://www.digip.org/jansson/releases/jansson-2-latest.tar.gz | zcat | tar -xf -<br>+           cd jansson-2.*<br>                ./configure && make all && make install<br>               cd ..<br>                 echo "/usr/local/lib" > /etc/ld.so.conf.d/usr_local.conf<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8032">change 8032</a>. To unsubscribe, 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/8032"/><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: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I65c587534c0ae364f063d68da1bed40bb3d5e8aa </div>
<div style="display:none"> Gerrit-Change-Number: 8032 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>