diff options
-rw-r--r-- | package/freeswitch/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/freeswitch/Makefile b/package/freeswitch/Makefile index 301eaec61..28a1866e1 100644 --- a/package/freeswitch/Makefile +++ b/package/freeswitch/Makefile @@ -4,15 +4,15 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= freeswitch -PKG_VERSION:= 1.6.15 +PKG_VERSION:= 1.6.18 PKG_RELEASE:= 1 -PKG_HASH:= 95b38c07de200a43cd6963d21e0882ab8a7087473ea82ece68d76b9fa78ca27c +PKG_HASH:= ac1b32f61e5c35680c5a2d6f145bc480cf26e6527af07d8b8b9fa2d5280252cd PKG_DESCR:= cross-platform telephony platform PKG_SECTION:= net/voip PKG_DEPENDS:= libpcre libcurl zlib libjpeg-turbo libsqlite -PKG_DEPENDS+= libressl +PKG_DEPENDS+= libressl libopus PKG_BUILDDEP:= util-linux zlib libjpeg-turbo sqlite curl pcre -PKG_BUILDDEP+= speex libressl +PKG_BUILDDEP+= speex libressl opus PKG_URL:= http://www.freeswitch.org/ PKG_SITES:= http://files.freeswitch.org/freeswitch-releases/ @@ -39,7 +39,7 @@ pre-configure: $(SED) "/applications\/mod_enum/d" $(WRKBUILD)/modules.conf $(SED) "/applications\/mod_fsv/d" $(WRKBUILD)/modules.conf $(SED) "/languages\/mod_lua/d" $(WRKBUILD)/modules.conf - $(SED) "/codecs\/mod_opus/d" $(WRKBUILD)/modules.conf + $(SED) "/endpoints\/mod_sofia/d" $(WRKBUILD)/modules.conf $(SED) "/codecs\/mod_vpx/d" $(WRKBUILD)/modules.conf $(SED) "/formats\/mod_sndfile/d" $(WRKBUILD)/modules.conf |