asterisk-11.x: update to 11.11.0, fix cfg args
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
parent
c56ab7c375
commit
fc6e683e5e
2 changed files with 4 additions and 5 deletions
|
@ -8,16 +8,15 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=asterisk11
|
PKG_NAME:=asterisk11
|
||||||
PKG_VERSION:=11.10.2
|
PKG_VERSION:=11.11.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/
|
||||||
PKG_MD5SUM:=142691ceabdf4cd378a9725419215bd2
|
PKG_MD5SUM:=2983e6ebf2892bdefd41a597873f433a
|
||||||
|
|
||||||
PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
|
PKG_BUILD_DIR=$(BUILD_DIR)/asterisk-$(PKG_VERSION)
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/ltqtapi.mk
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/asterisk11/install/module
|
define Package/asterisk11/install/module
|
||||||
|
@ -173,7 +172,7 @@ endif
|
||||||
|
|
||||||
ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-mysql),)
|
ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-mysql),)
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--with-mysqlclient="$(STAGING_DIR)/usr/bin"
|
--with-mysqlclient
|
||||||
else
|
else
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
--without-mysqlclient
|
--without-mysqlclient
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -16466,7 +16466,6 @@ if ac_fn_c_try_link "$LINENO"; then :
|
@@ -16488,7 +16488,6 @@ if ac_fn_c_try_link "$LINENO"; then :
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
||||||
$as_echo "yes" >&6; }
|
$as_echo "yes" >&6; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue