From 6749058140d718e967153a44b6648b2edf964f36 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 27 Jan 2018 14:19:02 +0100 Subject: [PATCH] freeswitch-stable: bump to 1.6.20 Upstream seems to have updated their libtool. Instead of running rebootstrap.sh, set PKG_FIXUP:=autoreconf. Otherwise the build would fail due to libtool version conflicts. This is actually nice, because now the build is a bit quicker due to less autoconf and configure runs. rebootstrap.sh was primarily used because it worked around some other issues (e.g. not being able to detect how to convert files to the cross compiler format, i.e. "func_convert_file_noop"), but that doesn't appear to be needed anymore, which is nice. Signed-off-by: Sebastian Kemper --- net/freeswitch-stable/Makefile | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/net/freeswitch-stable/Makefile b/net/freeswitch-stable/Makefile index e730d19..062e614 100644 --- a/net/freeswitch-stable/Makefile +++ b/net/freeswitch-stable/Makefile @@ -9,13 +9,13 @@ include $(TOPDIR)/rules.mk PRG_NAME:=freeswitch PKG_NAME:=$(PRG_NAME)-stable -PKG_VERSION:=1.6.19 -PKG_RELEASE:=3 +PKG_VERSION:=1.6.20 +PKG_RELEASE:=1 PKG_MAINTAINER:=Sebastian Kemper PKG_SOURCE:=$(PRG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://files.$(PRG_NAME).org/releases/$(PRG_NAME) -PKG_HASH:=e8d271a0d876ba4cca551682af0a4f5047bfd79438fcebdcc17d00711c04a8ff +PKG_HASH:=dbb0f73109171bd381772b247b8ef581f6a176964619082a1fe031b004086f6b PKG_BUILD_DIR:=$(BUILD_DIR)/$(PRG_NAME)-$(PKG_VERSION) @@ -25,6 +25,8 @@ PKG_BUILD_DEPENDS:= \ perl/host \ python/host +PKG_FIXUP:=autoreconf + # With mod_ssml and mod_rayo enabled the parallel compiles always failed #PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 @@ -988,12 +990,6 @@ endif endif endef -define Build/Configure - $(FIND) $(PKG_BUILD_DIR) -name missing -type f -exec rm {} \; - cd $(PKG_BUILD_DIR); $(AM_TOOL_PATHS) ./rebootstrap.sh - $(call Build/Configure/Default) -endef - define Build/Compile $(call Build/Compile/Default) # FreeTDM is only compiled/installed automatically if mod_freetdm is selected -- 2.30.2