voicemngr-1.0.2: Fix compiling errors on Broadcom due to _GNU_SOURCE

This commit is contained in:
Yalu Zhang 2023-03-21 11:38:21 +01:00
parent 9a3777dde9
commit 7f4e2c0675

View file

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=voicemngr
PKG_RELEASE:=1
PKG_VERSION:=1.0.1
PKG_VERSION:=1.0.2
PKG_LICENSE:=PROPRIETARY
PKG_LICENSE_FILES:=LICENSE
@ -19,7 +19,7 @@ LOCAL_DEV=0
ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/$(PKG_NAME).git
PKG_SOURCE_VERSION:=74cccbfa97fe4803bfc048779d98cef1e6bce3bb
PKG_SOURCE_VERSION:=851ef04d335975172cd3b1399f73fab25d7b589e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif