net/asterisk: Update asterisk-11.x to 11.20.0
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> [daniel@makrotopia.org: split patch, one for each version]
This commit is contained in:
parent
3542104099
commit
e26c828073
2 changed files with 4 additions and 4 deletions
|
@ -9,12 +9,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=asterisk11
|
||||
PKG_VERSION:=11.19.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_VERSION:=11.20.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
||||
PKG_MD5SUM:=f10259509aeda1e9f47dd57e5cc23680
|
||||
PKG_MD5SUM:=d15759b05862250073e2708394ad2f4c
|
||||
|
||||
PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
|
||||
PKG_BUILD_DEPENDS:=libxml2/host
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1110,7 +1110,6 @@ AC_LINK_IFELSE(
|
||||
@@ -1111,7 +1111,6 @@ AC_LINK_IFELSE(
|
||||
#include <resolv.h>],
|
||||
[int foo = res_ninit(NULL);])],
|
||||
AC_MSG_RESULT(yes)
|
||||
|
|
Loading…
Reference in a new issue