asterisk-11.x: enable uuid

Disabled UUID caused missing RTP stack in previous revision.
Module res_rtp_asterisk requires in asterisk11 uuid which is
needed for media transport.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
This commit is contained in:
Jiri Slachta 2013-08-27 15:22:19 +02:00
parent a0a6cb37f5
commit 20bfef8e88

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=asterisk11 PKG_NAME:=asterisk11
PKG_VERSION:=11.5.0 PKG_VERSION:=11.5.0
PKG_RELEASE:=3 PKG_RELEASE:=4
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/
@ -88,7 +88,7 @@ define Package/asterisk11
$(call Package/asterisk11/Default) $(call Package/asterisk11/Default)
TITLE:=Complete open source PBX, v11.x TITLE:=Complete open source PBX, v11.x
MENU:=1 MENU:=1
DEPENDS:=+libopenssl +libncurses +libpopt +libpthread +libsqlite3 +librt +zlib @!TARGET_avr32 DEPENDS:=+libopenssl +libncurses +libpopt +libpthread +libsqlite3 +librt +libuuid +zlib @!TARGET_avr32
endef endef
define Package/asterisk11/description define Package/asterisk11/description
@ -234,7 +234,7 @@ CONFIGURE_ARGS+= \
--without-termcap \ --without-termcap \
--without-tinfo \ --without-tinfo \
--without-tonezone \ --without-tonezone \
--without-uuid \ --with-uuid="$(STAGING_DIR)/usr" \
--without-vorbis \ --without-vorbis \
--without-vpb \ --without-vpb \
--with-z="$(STAGING_DIR)/usr" \ --with-z="$(STAGING_DIR)/usr" \