summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-07-24 22:27:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-07-24 22:27:51 +0200
commit47702b39eed1b8e442a2b670b6097908dd4757ec (patch)
tree434408d5eb1de5ecab91759838c77682b0484611 /package
parent30fa86e11903de3dc5695df9f326c88ae2a46ba4 (diff)
update asterisk
Diffstat (limited to 'package')
-rw-r--r--package/asterisk/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile
index e5d428ed5..c3f9e0cef 100644
--- a/package/asterisk/Makefile
+++ b/package/asterisk/Makefile
@@ -4,12 +4,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= asterisk
-PKG_VERSION:= 1.4.25.1
+PKG_VERSION:= 1.4.26
PKG_RELEASE:= 1
-PKG_MD5SUM:= 1b42210127d6622c90fc5338de2b4aa9
+PKG_MD5SUM:= f54d6685533a149a0241c3468a88e02a
PKG_DESCR:= Open Source PBX
PKG_SECTION:= net
-PKG_DEPENDS:= libncurses libpthread
+PKG_DEPENDS:= libncurses libpthread libopenssl libcurl
PKG_URL:= http://www.asterisk.org
PKG_SITES:= http://downloads.digium.com/pub/telephony/asterisk/releases/
@@ -60,7 +60,6 @@ CONFIGURE_ARGS= --with-z=${STAGING_DIR}/usr \
--without-oss \
--without-pri \
--without-pwlib \
- --without-qt \
--without-tds \
--without-termcap \
--without-tinfo \
@@ -79,12 +78,6 @@ CONFIGURE_ARGS+= --with-ogg=${STAGING_DIR}/usr \
--with-vorbis=${STAGING_DIR}/usr
TLDFLAGS+= -logg
endif
-ifneq (${ADK_PACKAGE_ASTERISK_RADIUS},)
-CONFIGURE_ARGS+= --with-radius=${STAGING_DIR}/usr
-endif
-ifneq (${ADK_PACKAGE_ASTERISK_GNUTLS},)
-CONFIGURE_ARGS+= --with-gnutls=${STAGING_DIR}/usr
-endif
ifneq (${ADK_PACKAGE_ASTERISK_CURL},)
CONFIGURE_ARGS+= --with-curl=${STAGING_DIR}/usr
else