asterisk-11.x: update to 11.11.0, fix cfg args
authorJiri Slachta <slachta@cesnet.cz>
Thu, 17 Jul 2014 18:38:01 +0000 (20:38 +0200)
committerJiri Slachta <slachta@cesnet.cz>
Thu, 17 Jul 2014 18:38:01 +0000 (20:38 +0200)
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
net/asterisk-11.x/Makefile
net/asterisk-11.x/patches/010-asterisk-configure-undef-res-ninit.patch

index 7994399..a12d1de 100644 (file)
@@ -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
index f663241..96d89b0 100644 (file)
@@ -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; }