Merge pull request #105 from dkgroot/patch-2
Chan-sccp-b release v4.2.3
This commit is contained in:
commit
c40cf1adeb
1 changed files with 7 additions and 3 deletions
|
@ -9,9 +9,9 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=chan-sccp-b
|
||||
PKG_REV:=6139
|
||||
PKG_VERSION:=v4.2-r$(PKG_REV)
|
||||
PKG_RELEASE:=3
|
||||
PKG_REV:=6647
|
||||
PKG_VERSION:=v4.2.3-r$(PKG_REV)
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://svn.code.sf.net/p/chan-sccp-b/code/branches/v4.2
|
||||
|
@ -66,6 +66,10 @@ Package/asterisk18-chan-sccp-b/description = $(Package/description/Default)
|
|||
Package/asterisk11-chan-sccp-b/description = $(Package/description/Default)
|
||||
Package/asterisk13-chan-sccp-b/description = $(Package/description/Default)
|
||||
|
||||
CONFIGURE_ARGS += --enable-conference
|
||||
CONFIGURE_ARGS += --enable-advanced-functions
|
||||
CONFIGURE_ARGS += --enable-video
|
||||
|
||||
ifeq ($(BUILD_VARIANT),asterisk13)
|
||||
CONFIGURE_ARGS += --with-asterisk=$(STAGING_DIR)/usr/include/asterisk-13
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue