asterisk: bump to 18.1.0
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
c70eb7d12c
commit
b5638d84f1
2 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=asterisk
|
PKG_NAME:=asterisk
|
||||||
PKG_VERSION:=18.0.0
|
PKG_VERSION:=18.1.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:=9b780297c6620d057ef83ada1a0ea13ca9bc2e617c93ef847f2a9f86ba569f9c
|
PKG_HASH:=cc12f6c228243fb736d0aa23f3ce11adf7be5c5b02ed1ca080db76605cb602df
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=libxml2/host
|
PKG_BUILD_DEPENDS:=libxml2/host
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
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])
|
||||||
|
|
||||||
-for ver in 5.3 5.2 5.1; do
|
-for ver in 5.4 5.3 5.2 5.1; do
|
||||||
+# This does not work for us. We have both liblua and liblua5.3 in
|
+# This does not work for us. We have both liblua and liblua5.3 in
|
||||||
+# $(STAGING_DIR)/usr. But the headers for liblua5.3 are in
|
+# $(STAGING_DIR)/usr. But the headers for liblua5.3 are in
|
||||||
+# (STAGING_DIR)/usr/include/lua5.3. Using the below, Asterisk would
|
+# (STAGING_DIR)/usr/include/lua5.3. Using the below, Asterisk would
|
||||||
|
|
Loading…
Reference in a new issue