voicemngr-1.0.1: Remove the definition of _GNU_SOURCE from CFLAGS

This commit is contained in:
Yalu Zhang 2023-03-20 17:56:10 +01:00
parent c1d6a3f19e
commit 97398cb1f6

View file

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=voicemngr
PKG_RELEASE:=1
PKG_VERSION:=1.0.0
PKG_VERSION:=1.0.1
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:=ac3cbc8b21dae912efcdc26f3f17eada5161dda1
PKG_SOURCE_VERSION:=74cccbfa97fe4803bfc048779d98cef1e6bce3bb
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MIRROR_HASH:=skip
endif