diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-07-03 20:50:00 -0700 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2019-07-21 12:31:31 +0200 |
commit | 5a3e520f45b96f3458266ba20cf4d3b09bb4b974 (patch) | |
tree | ab0c1f8101b5a054b319dbcb0499d90f97c72167 /net/openssh/Makefile | |
parent | 80bad7073f15e8b9c6567463d3f42a7121e35601 (diff) |
openssh: Fix compilation with -Wimplicit-function
Upstream backport.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/openssh/Makefile')
-rw-r--r-- | net/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 04b2d0e9e..3eb941323 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh PKG_VERSION:=8.0p1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ |