From: florian Date: Sat, 19 Jul 2008 17:08:07 +0000 (+0000) Subject: Add libssp dependency to openssh client and server (#3780) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=692fdd6999026432073d2c05bf30418dada2d63a;p=packages.git Add libssp dependency to openssh client and server (#3780) git-svn-id: svn://svn.openwrt.org/openwrt/packages@11876 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 7d9b6d0d8..d0d88e5f1 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