From d9f15d2cd6ace57a2e902b6faf49c2aa77a347ca Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 15 Jul 2020 18:02:16 -0700 Subject: radsecproxy: fix compilation with GCC10 Signed-off-by: Rosen Penev --- net/radsecproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/radsecproxy/Makefile') diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index 239ade010..271666742 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=radsecproxy PKG_VERSION:=1.8.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/radsecproxy/radsecproxy/releases/download/$(PKG_VERSION)/ -- cgit v1.2.3