projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b01d2
)
openssh: remove optional dependency on libssp
author
Stijn Tintel
<
[email protected]
>
Fri, 20 Mar 2015 16:46:37 +0000
(17:46 +0100)
committer
Stijn Tintel
<
[email protected]
>
Fri, 20 Mar 2015 16:46:37 +0000
(17:46 +0100)
Signed-off-by: Stijn Tintel <
[email protected]
>
net/openssh/Makefile
patch
|
blob
|
history
diff --git
a/net/openssh/Makefile
b/net/openssh/Makefile
index 0534b2a15d0f129c21fcf36da647458c7eddb06f..5eb7a2bd89c25a3a660811b48ccabbfc60e03471 100644
(file)
--- a/
net/openssh/Makefile
+++ b/
net/openssh/Makefile
@@
-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 <
[email protected]
>
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