projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b5f8d
)
Add libssp dependency to openssh client and server (#3780)
author
Florian Fainelli
<florian@openwrt.org>
Sat, 19 Jul 2008 17:08:07 +0000
(17:08 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sat, 19 Jul 2008 17:08:07 +0000
(17:08 +0000)
SVN-Revision: 11876
net/openssh/Makefile
patch
|
blob
|
history
diff --git
a/net/openssh/Makefile
b/net/openssh/Makefile
index 7d9b6d0d80edd95d4542c413d75d1313b17e3c85..d0d88e5f1fec232447c1217af1c72f93d243c627 100644
(file)
--- a/
net/openssh/Makefile
+++ b/
net/openssh/Makefile
@@
-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