Skip to content

Commit

Permalink
yate: update to 5.0.4, remove ligsm as dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Slachta <[email protected]>
  • Loading branch information
jslachta committed Jul 28, 2014
1 parent 4184d65 commit e2739da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions net/yate/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/uclibc++.mk

RELEASEVER:=5.3.0
RELEASEVER:=5.4.0

PKG_NAME:=yate
PKG_VERSION:=$(RELEASEVER)-1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://yate.null.ro/tarballs/yate5/
PKG_MD5SUM:=531bfe6189e6d2f7d5e890151dc81d24
PKG_MD5SUM:=427fd2ffde51116271534f398bf913e8
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

PKG_INSTALL:=1
Expand Down Expand Up @@ -110,7 +110,7 @@ CONFIGURE_ARGS+= \
--with-libpq="$(STAGING_DIR)/usr" \
--with-mysql="$(STAGING_DIR)/usr" \
--without-wphwec \
--with-libgsm="$(STAGING_DIR)/usr/include/gsm" \
--without-libgsm \
--with-libspeex="$(STAGING_DIR)/usr/include" \
--without-amrnb \
--with-spandsp="$(STAGING_DIR)/usr/include" \
Expand Down Expand Up @@ -247,7 +247,6 @@ $(eval $(call BuildPlugin,eventlogs,server,Write events and alarms to log files,
$(eval $(call BuildPlugin,extmodule,,External Module Handler,))
$(eval $(call BuildPlugin,faxchan,,Spandsp Fax Channel,+libspandsp))
$(eval $(call BuildPlugin,filetransfer,,File Transfer Driver,))
$(eval $(call BuildPlugin,gsmcodec,,GSM Codec,+libgsm))
$(eval $(call BuildPlugin,gvoice,,Google Voice support,))
$(eval $(call BuildPlugin,h323chan,,Open H.323 Channel,+libopenh323 @BROKEN)) # libopenh323 doesn't create package or stagin_dir includes or libs
$(eval $(call BuildPlugin,heartbeat,server,Linux-HA compatible heartbeat,))
Expand Down

0 comments on commit e2739da

Please sign in to comment.