From bd067eba352b545d77a10ec5a47a0b3a6c00aa48 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 13 Oct 2019 19:03:04 +0200 Subject: [PATCH] baresip: bump to 0.6.4 - adds "PKG_BUILD_PARALLEL:=1" for parallel builds - refreshes patch Signed-off-by: Sebastian Kemper --- net/baresip/Makefile | 7 ++++--- net/baresip/patches/002-fix-rem-include.patch | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net/baresip/Makefile b/net/baresip/Makefile index b5ad2ad..cf19dce 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -9,17 +9,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=baresip -PKG_VERSION:=0.6.2 -PKG_RELEASE:=2 +PKG_VERSION:=0.6.4 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub -PKG_HASH:=e1fae11ea9e6dc861bb2c43d6bef641778945aad86581d58bc4b0ea64b8d28e2 +PKG_HASH:=61710bd1bec406ae1faf167c5743bad8eef9ced5152a3943b94d7e1cf9597581 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=docs/COPYING PKG_MAINTAINER:=Jiri Slachta +PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 baresip-mods:= \ diff --git a/net/baresip/patches/002-fix-rem-include.patch b/net/baresip/patches/002-fix-rem-include.patch index d2b85c1..e4ecda0 100644 --- a/net/baresip/patches/002-fix-rem-include.patch +++ b/net/baresip/patches/002-fix-rem-include.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -48,11 +48,11 @@ endif +@@ -45,11 +45,11 @@ endif CFLAGS += -I. -Iinclude -I$(LIBRE_INC) -I$(SYSROOT)/include CFLAGS += -I$(LIBREM_PATH)/include -- 2.30.2