From f019b1e3c964fcb0cc2ae3469604edef03521579 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Tue, 30 Jun 2020 22:38:21 -0700 Subject: tcp_wrappers: fix compilation without cdefs __DECLS are glibc specific. Signed-off-by: Rosen Penev --- libs/tcp_wrappers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/tcp_wrappers/Makefile') diff --git a/libs/tcp_wrappers/Makefile b/libs/tcp_wrappers/Makefile index 3bfa9d4e5..c3daa6620 100644 --- a/libs/tcp_wrappers/Makefile +++ b/libs/tcp_wrappers/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcp_wrappers PKG_VERSION:=7.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.porcupine.org/pub/security -- cgit v1.2.3