diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-06-30 22:38:21 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-08-18 15:03:29 -0700 |
commit | f019b1e3c964fcb0cc2ae3469604edef03521579 (patch) | |
tree | 69423bab39837fdbc624ac2e82aea37ea52f5322 /libs/tcp_wrappers/Makefile | |
parent | c8fc7c3d76c1f8a5a589a3080b99dfa167ea66eb (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/Makefile | 2 |
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 |