From 2f77859b3b3f4911612470c20e7ce34530dd744e Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Wed, 26 Dec 2018 18:07:01 +0100 Subject: [PATCH] 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 --- libs/dahdi-tools/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/libs/dahdi-tools/Makefile b/libs/dahdi-tools/Makefile index 234dccc..14444ef 100644 --- a/libs/dahdi-tools/Makefile +++ b/libs/dahdi-tools/Makefile @@ -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 +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)" \