asterisk: update to 18.4.0
Patches updated/refreshed: 100-build-reproducibly.patch 130-eventfd.patch 140-use-default-lua.patch Signed-off-by: Jiri Slachta <jiri@slachta.eu>
This commit is contained in:
parent
6b78ba4b3b
commit
ec3a124bfc
4 changed files with 7 additions and 7 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=asterisk
|
PKG_NAME:=asterisk
|
||||||
PKG_VERSION:=18.2.2
|
PKG_VERSION:=18.4.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases
|
PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/asterisk/releases
|
||||||
PKG_HASH:=c7a3da64e30d1ac428ae2cf4723d3a2b799ae88768341084ce8a2e3e424ae163
|
PKG_HASH:=91c0c35a0c53097647ab3e7b29d34dd0861fed0a8d52e3617408e9eced404db1
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=libxml2/host
|
PKG_BUILD_DEPENDS:=libxml2/host
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,6 @@
|
||||||
printf "$$x " ; \
|
printf "$$x " ; \
|
||||||
- for i in `find $$x -name '*.c'`; do \
|
- for i in `find $$x -name '*.c'`; do \
|
||||||
+ for i in `find $$x -name '*.c' | LC_ALL=C sort`; do \
|
+ for i in `find $$x -name '*.c' | LC_ALL=C sort`; do \
|
||||||
$(AWK) -f build_tools/get_documentation $$i >> $@ ; \
|
MODULEINFO=$$($(AWK) -f build_tools/get_moduleinfo $$i) ; \
|
||||||
done ; \
|
if [ -n "$$MODULEINFO" ] ; \
|
||||||
done
|
then \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -1210,7 +1210,7 @@ if test "${ac_cv_have_variable_fdset}x"
|
@@ -1205,7 +1205,7 @@ if test "${ac_cv_have_variable_fdset}x"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_MSG_CHECKING([if we have usable eventfd support])
|
AC_MSG_CHECKING([if we have usable eventfd support])
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -2560,7 +2560,7 @@ if test -z "$__opus_include" -o x"$__opu
|
@@ -2555,7 +2555,7 @@ if test -z "$__opus_include" -o x"$__opu
|
||||||
fi
|
fi
|
||||||
AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])
|
AST_EXT_LIB_CHECK([OPUSFILE], [opusfile], [op_open_callbacks], [opus/opusfile.h], [], [$__opus_include])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue