mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 19:28:53 +00:00
configure: Use . file rather than source file.
source is a bash concept, so when /bin/sh points to another shell the
existing construct won't work.
Reference: https://bugs.gentoo.org/927055
Signed-off-by: Jaco Kroon <jaco@uls.co.za>
(cherry picked from commit a79b8953bf
)
This commit is contained in:
committed by
Asterisk Development Team
parent
7a2459e13f
commit
effeb2d5a7
2
configure
vendored
2
configure
vendored
@@ -15854,7 +15854,7 @@ else
|
|||||||
PBX_JANSSON=1
|
PBX_JANSSON=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source ./third-party/versions.mak
|
. ./third-party/versions.mak
|
||||||
# Find required JWT support if bundled is not enabled.
|
# Find required JWT support if bundled is not enabled.
|
||||||
if test "$LIBJWT_BUNDLED" = "no" ; then
|
if test "$LIBJWT_BUNDLED" = "no" ; then
|
||||||
|
|
||||||
|
@@ -748,7 +748,7 @@ else
|
|||||||
PBX_JANSSON=1
|
PBX_JANSSON=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source ./third-party/versions.mak
|
. ./third-party/versions.mak
|
||||||
# Find required JWT support if bundled is not enabled.
|
# Find required JWT support if bundled is not enabled.
|
||||||
if test "$LIBJWT_BUNDLED" = "no" ; then
|
if test "$LIBJWT_BUNDLED" = "no" ; then
|
||||||
AST_PKG_CONFIG_CHECK([LIBJWT], [libjwt >= $LIBJWT_VERSION])
|
AST_PKG_CONFIG_CHECK([LIBJWT], [libjwt >= $LIBJWT_VERSION])
|
||||||
|
Reference in New Issue
Block a user