From 6516d2a858dd8da11e6cecf016aafc1e6a96284e Mon Sep 17 00:00:00 2001 From: Jiri Slachta Date: Sat, 24 Aug 2013 21:02:09 +0200 Subject: [PATCH] asterisk11: disable unneeded dependencies Signed-off-by: Jiri Slachta --- net/asterisk-11.x/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/asterisk-11.x/Makefile b/net/asterisk-11.x/Makefile index 9db7ee7..59e9724 100644 --- a/net/asterisk-11.x/Makefile +++ b/net/asterisk-11.x/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk11 PKG_VERSION:=11.5.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=asterisk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.asterisk.org/pub/telephony/asterisk/releases/ @@ -88,7 +88,7 @@ define Package/asterisk11 $(call Package/asterisk11/Default) TITLE:=Complete open source PBX, v11.x MENU:=1 - DEPENDS:=+libopenssl +libncurses +libpopt +libpthread +libsqlite3 +librt +libxml2 +zlib @!TARGET_avr32 + DEPENDS:=+libopenssl +libncurses +libpopt +libpthread +libsqlite3 +librt +zlib @!TARGET_avr32 endef define Package/asterisk11/description @@ -214,6 +214,7 @@ CONFIGURE_ARGS+= \ --without-gtk2 \ --with-ilbc=internal \ --without-isdnnet \ + --without-libxml2 \ --without-misdn \ --without-nbs \ --with-ncurses="$(STAGING_DIR)/usr" \ -- 2.30.2