From 6118675cbb4e4ec3f7d81137a532a99027aaa6e6 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 4 Nov 2005 23:39:47 +0000 Subject: [PATCH] add missing dependencies on libncurses and libpthread to asterisk, bump release number SVN-Revision: 2331 --- openwrt/package/asterisk/Makefile | 2 +- openwrt/package/asterisk/ipkg/asterisk.control | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/openwrt/package/asterisk/Makefile b/openwrt/package/asterisk/Makefile index 633585bb66..bb62593476 100644 --- a/openwrt/package/asterisk/Makefile +++ b/openwrt/package/asterisk/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk PKG_VERSION:=1.0.7 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MD5SUM:=4cc3c1e4a1b12e0e4c748326ad153291 PKG_SOURCE_URL:=http://ftp.digium.com/pub/asterisk/old-releases diff --git a/openwrt/package/asterisk/ipkg/asterisk.control b/openwrt/package/asterisk/ipkg/asterisk.control index 02f61d5172..13075d791f 100644 --- a/openwrt/package/asterisk/ipkg/asterisk.control +++ b/openwrt/package/asterisk/ipkg/asterisk.control @@ -1,4 +1,5 @@ Package: asterisk Priority: optional Section: net +Depends: libncurses, libpthread Description: An open source PBX -- 2.30.2