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:
b4e0460
)
rrs: fix dependencies
author
Oliver Ertl
<oliver@ertl-net.net>
Mon, 30 Jul 2007 12:37:17 +0000
(12:37 +0000)
committer
Oliver Ertl
<oliver@ertl-net.net>
Mon, 30 Jul 2007 12:37:17 +0000
(12:37 +0000)
SVN-Revision: 8225
net/rrs/Makefile
patch
|
blob
|
history
diff --git
a/net/rrs/Makefile
b/net/rrs/Makefile
index ee9dfa0c4e8b001a5b76a518ff6ffaedf661929c..c90dc0ce8f59d86a73df6e860fb6bc33f96478a2 100644
(file)
--- a/
net/rrs/Makefile
+++ b/
net/rrs/Makefile
@@
-22,19
+22,20
@@
define Package/rrs/Default
SECTION:=net
CATEGORY:=Network
MENU:=1
+ DEPENDS:=+uclibcxx
TITLE:=A reverse (connecting) remote shell
URL:=http://www.cycom.se/dl/rrs/
endef
define Package/rrs
$(call Package/rrs/Default)
- DEPENDS
:=+uclibcxx
+ DEPENDS
+=+libopenssl
TITLE+= (with SSL support)
endef
define Package/rrs-nossl
$(call Package/rrs/Default)
- DEPENDS
:
=rrs
+ DEPENDS
+
=rrs
TITLE+= (without SSL support)
endef