mirror of
https://github.com/openwrt/telephony.git
synced 2026-01-10 09:40:14 +04:00
dahdi-tools: update to 3.0.0
Version bump. New version does not have too many changes, but upstream cleaned up the autoconf files. As a result autoreconf is now needed to get the configure script. This commit adds a configure switch to get the make output as verbose as in the past. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -8,17 +8,19 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dahdi-tools
|
||||
PKG_VERSION:=2.11.1
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=3.0.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://downloads.asterisk.org/pub/telephony/dahdi-tools/releases
|
||||
PKG_HASH:=53ffeb333f3e44b0c88e5b17475cdbf87d3f652eb81a6422de76250c061e2909
|
||||
PKG_HASH:=5bebb20d5ae13fa13f0e2075603013954b962be477db02271eef44b3e41557c5
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_MAINTAINER:=Vittorio Gambaletta <openwrt@vittgam.net>
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/dahdi-cfg/Default
|
||||
@@ -46,6 +48,8 @@ define Package/dahdi-tools-libtonezone
|
||||
TITLE:=DAHDI tonezone library
|
||||
endef
|
||||
|
||||
CONFIGURE_ARGS+=--disable-silent-rules
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
HOSTCC="$(HOSTCC)" \
|
||||
|
||||
Reference in New Issue
Block a user