aboutsummaryrefslogtreecommitdiff
path: root/libs/tcp_wrappers/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-06-30 22:38:21 -0700
committerRosen Penev <rosenp@gmail.com>2020-08-18 15:03:29 -0700
commitf019b1e3c964fcb0cc2ae3469604edef03521579 (patch)
tree69423bab39837fdbc624ac2e82aea37ea52f5322 /libs/tcp_wrappers/Makefile
parentc8fc7c3d76c1f8a5a589a3080b99dfa167ea66eb (diff)
tcp_wrappers: fix compilation without cdefs
__DECLS are glibc specific. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/tcp_wrappers/Makefile')
-rw-r--r--libs/tcp_wrappers/Makefile2
1 files changed, 1 insertions, 1 deletions
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