[Asterisk-code-review] Make --with-pjproject-bundled the default for Asterisk 15 (asterisk[15.0])
George Joseph
asteriskteam at digium.com
Tue Aug 8 13:38:02 CDT 2017
George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/6176
Change subject: Make --with-pjproject-bundled the default for Asterisk 15
......................................................................
Make --with-pjproject-bundled the default for Asterisk 15
'--with-pjproject-bundled' is now the default when running
./configure. It can be disabled with '--without-pjproject-bundled'.
ASTERISK-27189
Change-Id: Ifa9783fddf44aafadb060c9feba713dfa81d38ce
---
M CHANGES
M UPGRADE-15.txt
M configure
M configure.ac
4 files changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/76/6176/1
diff --git a/CHANGES b/CHANGES
index 71166ef..c29748d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -22,6 +22,11 @@
queue position has improved since the last time that we annouced their
position. This default is no.
+Build System
+------------------
+ * '--with-pjproject-bundled' is now the default when running ./configure
+ It can be disabled with '--without-pjproject-bundled'.
+
------------------------------------------------------------------------------
--- Functionality changes from Asterisk 14.6.0 to Asterisk 14.7.0 ------------
------------------------------------------------------------------------------
diff --git a/UPGRADE-15.txt b/UPGRADE-15.txt
index 4ebe400..2e5eb1c 100644
--- a/UPGRADE-15.txt
+++ b/UPGRADE-15.txt
@@ -33,6 +33,10 @@
ARI. As a result, the 'DataGet' AMI action as well as the 'data get'
CLI command have been removed.
+Build System:
+ - '--with-pjproject-bundled' is now the default when running ./configure
+ It can be disabled with '--without-pjproject-bundled'.
+
From 14.6.0 to 14.7.0:
Core:
diff --git a/configure b/configure
index 5bb7523..dd77814 100755
--- a/configure
+++ b/configure
@@ -9265,7 +9265,7 @@
CFLAGS="$save_CFLAGS"
-PJPROJECT_BUNDLED=no
+PJPROJECT_BUNDLED=yes
diff --git a/configure.ac b/configure.ac
index a2eaab4..94d9c1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -424,7 +424,7 @@
AST_CHECK_RAII()
AST_CHECK_STRSEP_ARRAY_BOUNDS()
-PJPROJECT_BUNDLED=no
+PJPROJECT_BUNDLED=yes
AH_TEMPLATE(m4_bpatsubst([[HAVE_PJPROJECT_BUNDLED]], [(.*)]), [Define to 1 when using the bundled pjproject.])
AC_ARG_WITH([pjproject-bundled],
--
To view, visit https://gerrit.asterisk.org/6176
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15.0
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa9783fddf44aafadb060c9feba713dfa81d38ce
Gerrit-Change-Number: 6176
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20170808/93fca8e2/attachment.html>
More information about the asterisk-code-review
mailing list