From: Jiri Slachta Date: Thu, 17 Jul 2014 18:38:01 +0000 (+0200) Subject: asterisk-11.x: update to 11.11.0, fix cfg args X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=fc6e683e5e2265a148e39dcd5fb0128c11c8d6ca;p=feed%2Ftelephony.git asterisk-11.x: update to 11.11.0, fix cfg args Signed-off-by: Jiri Slachta --- diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index 7994399..a12d1de 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -8,16 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk11 -PKG_VERSION:=11.10.2 +PKG_VERSION:=11.11.0 PKG_RELEASE:=1 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz 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) -include $(INCLUDE_DIR)/ltqtapi.mk include $(INCLUDE_DIR)/package.mk define Package/asterisk11/install/module @@ -173,7 +172,7 @@ endif ifneq ($(SDK)$(CONFIG_PACKAGE_asterisk11-mysql),) CONFIGURE_ARGS+= \ - --with-mysqlclient="$(STAGING_DIR)/usr/bin" + --with-mysqlclient else CONFIGURE_ARGS+= \ --without-mysqlclient diff --git a/net/asterisk-11.x/patches/010-asterisk-configure-undef-res-ninit.patch b/net/asterisk-11.x/patches/010-asterisk-configure-undef-res-ninit.patch index f663241..96d89b0 100644 --- a/net/asterisk-11.x/patches/010-asterisk-configure-undef-res-ninit.patch +++ b/net/asterisk-11.x/patches/010-asterisk-configure-undef-res-ninit.patch @@ -1,6 +1,6 @@ --- a/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 "yes" >&6; }