<p>George Joseph has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/6176">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Make --with-pjproject-bundled the default for Asterisk 15<br><br>'--with-pjproject-bundled' is now the default when running<br>./configure. It can be disabled with '--without-pjproject-bundled'.<br><br>ASTERISK-27189<br><br>Change-Id: Ifa9783fddf44aafadb060c9feba713dfa81d38ce<br>---<br>M CHANGES<br>M UPGRADE-15.txt<br>M configure<br>M configure.ac<br>4 files changed, 11 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/76/6176/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/CHANGES b/CHANGES<br>index 71166ef..c29748d 100644<br>--- a/CHANGES<br>+++ b/CHANGES<br>@@ -22,6 +22,11 @@<br>    queue position has improved since the last time that we annouced their<br>    position. This default is no.<br> <br>+Build System<br>+------------------<br>+ * '--with-pjproject-bundled' is now the default when running ./configure<br>+   It can be disabled with '--without-pjproject-bundled'.<br>+<br> ------------------------------------------------------------------------------<br> --- Functionality changes from Asterisk 14.6.0 to Asterisk 14.7.0 ------------<br> ------------------------------------------------------------------------------<br>diff --git a/UPGRADE-15.txt b/UPGRADE-15.txt<br>index 4ebe400..2e5eb1c 100644<br>--- a/UPGRADE-15.txt<br>+++ b/UPGRADE-15.txt<br>@@ -33,6 +33,10 @@<br>    ARI. As a result, the 'DataGet' AMI action as well as the 'data get'<br>    CLI command have been removed.<br> <br>+Build System:<br>+ - '--with-pjproject-bundled' is now the default when running ./configure<br>+   It can be disabled with '--without-pjproject-bundled'.<br>+<br> From 14.6.0 to 14.7.0:<br> <br> Core:<br>diff --git a/configure b/configure<br>index 5bb7523..dd77814 100755<br>--- a/configure<br>+++ b/configure<br>@@ -9265,7 +9265,7 @@<br>       CFLAGS="$save_CFLAGS"<br> <br> <br>-PJPROJECT_BUNDLED=no<br>+PJPROJECT_BUNDLED=yes<br> <br> <br> <br>diff --git a/configure.ac b/configure.ac<br>index a2eaab4..94d9c1f 100644<br>--- a/configure.ac<br>+++ b/configure.ac<br>@@ -424,7 +424,7 @@<br> AST_CHECK_RAII()<br> AST_CHECK_STRSEP_ARRAY_BOUNDS()<br> <br>-PJPROJECT_BUNDLED=no<br>+PJPROJECT_BUNDLED=yes<br> AH_TEMPLATE(m4_bpatsubst([[HAVE_PJPROJECT_BUNDLED]], [(.*)]), [Define to 1 when using the bundled pjproject.])<br> <br> AC_ARG_WITH([pjproject-bundled],<br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/6176">change 6176</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/6176"/><meta itemprop="name" content="View Change"/></div></div>

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