From 732e557a35207b7a681b912c9ab1b2f0e4c4f2a4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 18 Jun 2012 23:35:55 +0000 Subject: [PATCH] openssh dependency fix Hi, this patch adds libssp dependency if @SSP_SUPPORT is enabled. Without dependency on libssp this package is not compilable. Jiri Slachta Signed-off-by: Jiri Slachta SVN-Revision: 32435 --- net/openssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 6e7c866a46..331dde8231 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/openssh/Default SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +zlib + DEPENDS:=+libopenssl +zlib +SSP_SUPPORT:libssp TITLE:=OpenSSH MAINTAINER:=Peter Wagner URL:=http://www.openssh.com/ -- 2.30.2