From 2c2c4f06d3adf19aeec02a2d4f393792785cfd02 Mon Sep 17 00:00:00 2001 From: jow 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 git-svn-id: svn://svn.openwrt.org/openwrt/packages@32435 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/openssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 6e7c866a4..331dde823 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.11.0