mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
Upgrade bundled pjproject to 2.15.1
Resolves: asterisk#1016
UserNote: Bundled pjproject has been upgraded to 2.15.1. For more
information visit pjproject Github page: https://github.com/pjsip/pjproject/releases/tag/2.15.1
(cherry picked from commit 2e8d8c4a08
)
This commit is contained in:
committed by
Asterisk Development Team
parent
82d498b5c3
commit
af0661ffb3
@@ -2,33 +2,33 @@ diff --git a/aconfigure b/aconfigure
|
|||||||
index d6f0e8809..9dcd46398 100755
|
index d6f0e8809..9dcd46398 100755
|
||||||
--- a/aconfigure
|
--- a/aconfigure
|
||||||
+++ b/aconfigure
|
+++ b/aconfigure
|
||||||
@@ -8986,7 +8986,11 @@ else $as_nop
|
@@ -9768,7 +9768,11 @@
|
||||||
if test "x$with_ssl" != "xno" -a "x$with_ssl" != "x"; then
|
if test "x$with_ssl" != "xno" -a "x$with_ssl" != "x"; then
|
||||||
CFLAGS="$CFLAGS -I$with_ssl/include"
|
CFLAGS="$CFLAGS -I$with_ssl/include"
|
||||||
CPPFLAGS="$CPPFLAGS -I$with_ssl/include"
|
CPPFLAGS="$CPPFLAGS -I$with_ssl/include"
|
||||||
- LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
- LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
||||||
+ if test -d $with_ssl/lib; then
|
+ if test -d $with_ssl/lib; then
|
||||||
+ LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
+ LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
||||||
+ else
|
+ else
|
||||||
+ LDFLAGS="$LDFLAGS -L$with_ssl"
|
+ LDFLAGS="$LDFLAGS -L$with_ssl"
|
||||||
+ fi
|
+ fi
|
||||||
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Using SSL prefix... $with_ssl" >&5
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: Using SSL prefix... $with_ssl" >&5
|
||||||
printf "%s\n" "Using SSL prefix... $with_ssl" >&6; }
|
printf "%s\n" "Using SSL prefix... $with_ssl" >&6; }
|
||||||
fi
|
fi
|
||||||
diff --git a/aconfigure.ac b/aconfigure.ac
|
diff --git a/aconfigure.ac b/aconfigure.ac
|
||||||
index 16b311045..849da81ab 100644
|
index 16b311045..849da81ab 100644
|
||||||
--- a/aconfigure.ac
|
--- a/aconfigure.ac
|
||||||
+++ b/aconfigure.ac
|
+++ b/aconfigure.ac
|
||||||
@@ -1838,7 +1838,11 @@ AC_ARG_ENABLE(ssl,
|
@@ -2172,7 +2172,11 @@
|
||||||
if test "x$with_ssl" != "xno" -a "x$with_ssl" != "x"; then
|
if test "x$with_ssl" != "xno" -a "x$with_ssl" != "x"; then
|
||||||
CFLAGS="$CFLAGS -I$with_ssl/include"
|
CFLAGS="$CFLAGS -I$with_ssl/include"
|
||||||
CPPFLAGS="$CPPFLAGS -I$with_ssl/include"
|
CPPFLAGS="$CPPFLAGS -I$with_ssl/include"
|
||||||
- LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
- LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
||||||
+ if test -d $with_ssl/lib; then
|
+ if test -d $with_ssl/lib; then
|
||||||
+ LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
+ LDFLAGS="$LDFLAGS -L$with_ssl/lib"
|
||||||
+ else
|
+ else
|
||||||
+ LDFLAGS="$LDFLAGS -L$with_ssl"
|
+ LDFLAGS="$LDFLAGS -L$with_ssl"
|
||||||
+ fi
|
+ fi
|
||||||
AC_MSG_RESULT([Using SSL prefix... $with_ssl])
|
AC_MSG_RESULT([Using SSL prefix... $with_ssl])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@@ -1 +0,0 @@
|
|||||||
de9feca3e4816b1535f63f9d23c7b45b pjproject-2.14.1.tar.bz2
|
|
1
third-party/pjproject/pjproject-2.15.1.tar.bz2.md5
vendored
Normal file
1
third-party/pjproject/pjproject-2.15.1.tar.bz2.md5
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
6b4b34c14d39224d3342d368f5abbad4 pjproject-2.15.1.tar.bz2
|
2
third-party/versions.mak
vendored
2
third-party/versions.mak
vendored
@@ -2,5 +2,5 @@
|
|||||||
# configure script so it must follow 'shell'
|
# configure script so it must follow 'shell'
|
||||||
# syntax as well as 'make' syntax.
|
# syntax as well as 'make' syntax.
|
||||||
JANSSON_VERSION=2.14
|
JANSSON_VERSION=2.14
|
||||||
PJPROJECT_VERSION=2.14.1
|
PJPROJECT_VERSION=2.15.1
|
||||||
LIBJWT_VERSION=1.15.3
|
LIBJWT_VERSION=1.15.3
|
||||||
|
Reference in New Issue
Block a user