openssh dependency fix
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 18 Jun 2012 23:35:55 +0000 (23:35 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 18 Jun 2012 23:35:55 +0000 (23:35 +0000)
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 <jiri@slachta.eu>
SVN-Revision: 32435

net/openssh/Makefile

index 6e7c866a4626e641a284ad8c207a7924f6451b6c..331dde82316e4e34de3d878d47b55a00eea767a3 100644 (file)
@@ -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 <tripolar@gmx.at>
   URL:=http://www.openssh.com/