mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
openssh: remove optional dependency on libssp
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
@@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/openssh/Default
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libopenssl +zlib +SSP_SUPPORT:libssp
|
||||
DEPENDS:=+libopenssl +zlib
|
||||
TITLE:=OpenSSH
|
||||
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||
URL:=http://www.openssh.com/
|
||||
@@ -124,7 +124,6 @@ endef
|
||||
define Package/openssh-sftp-server
|
||||
$(call Package/openssh/Default)
|
||||
TITLE+= SFTP server
|
||||
DEPENDS:=+SSP_SUPPORT:libssp
|
||||
endef
|
||||
|
||||
define Package/openssh-sftp-server/description
|
||||
|
||||
Reference in New Issue
Block a user