From 5a3e520f45b96f3458266ba20cf4d3b09bb4b974 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 3 Jul 2019 20:50:00 -0700 Subject: openssh: Fix compilation with -Wimplicit-function Upstream backport. Signed-off-by: Rosen Penev --- net/openssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/openssh/Makefile') 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/ \ -- cgit v1.2.3