From: Florian Fainelli Date: Sat, 19 Jul 2008 17:08:07 +0000 (+0000) Subject: Add libssp dependency to openssh client and server (#3780) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=020c80cae08450e51b7783e16955f737fe85a53d Add libssp dependency to openssh client and server (#3780) SVN-Revision: 11876 --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 7d9b6d0d80..d0d88e5f1f 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk define Package/openssh-client SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +zlib + DEPENDS:=+libopenssl +zlib +libssp TITLE:=OpenSSH client URL:=http://www.openssh.com/ SUBMENU:=SSH @@ -59,7 +59,7 @@ endef define Package/openssh-server SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +zlib + DEPENDS:=+libopenssl +zlib +libssp TITLE:=OpenSSH server URL:=http://www.openssh.com/ SUBMENU:=SSH