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 <[email protected]> Index: feeds/packages/net/openssh/Makefile =================================================================== --- feeds/packages/net/openssh/Makefile (revision 32421) +++ feeds/packages/net/openssh/Makefile (working copy) @@ -25,7 +25,7 @@ define Package/openssh/Default SECTION:=net CATEGORY:=Network - DEPENDS:=+libopenssl +zlib + DEPENDS:=+libopenssl +zlib +SSP_SUPPORT:libssp TITLE:=OpenSSH MAINTAINER:=Peter Wagner <[email protected]> URL:=http://www.openssh.com/ _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
