evoice-0.2.16: Fix some compiling errors and warnings

This commit is contained in:
Yalu Zhang 2022-08-03 16:21:12 +02:00
parent 81c30ab502
commit 97f2517211

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=evoice
PKG_VERSION:=0.2.15
PKG_VERSION:=0.2.16
LOCAL_DEV=0
LOCAL_DEV_EVOICE_DIR=~/voip/evoice
@ -13,7 +13,7 @@ LOCAL_DEV_EVOICE_DIR=~/voip/evoice
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/evoice.git
PKG_SOURCE_VERSION:=04fb85acb305b6e717585cfe110afd4812edc599
PKG_SOURCE_VERSION:=d6318339eeee6a857669de802245cbd87310211c
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif