From: Jo-Philipp Wich Date: Mon, 18 Jun 2012 23:35:55 +0000 (+0000) Subject: openssh dependency fix X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=732e557a35207b7a681b912c9ab1b2f0e4c4f2a4;p=openwrt%2Fsvn-archive%2Farchive.git 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 --- 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/