Add libssp dependency to openssh client and server (#3780)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Jul 2008 17:08:07 +0000 (17:08 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 19 Jul 2008 17:08:07 +0000 (17:08 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11876 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/openssh/Makefile

index 7d9b6d0..d0d88e5 100644 (file)
@@ -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