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:
e996c1c
)
tor: remove optional dependency on libssp
1059/head
author
Stijn Tintel
<stijn@linux-ipv6.be>
Fri, 20 Mar 2015 17:23:39 +0000
(18:23 +0100)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Fri, 20 Mar 2015 17:23:39 +0000
(18:23 +0100)
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/tor/Makefile
patch
|
blob
|
history
diff --git
a/net/tor/Makefile
b/net/tor/Makefile
index 6ffcf43bd21fcbf6e172c30b1b59d42a6005f297..8550f83581e7e254726df041f4d7063a066fb476 100644
(file)
--- a/
net/tor/Makefile
+++ b/
net/tor/Makefile
@@
-41,7
+41,7
@@
endef
define Package/tor
$(call Package/tor/Default)
TITLE:=An anonymous Internet communication system
- DEPENDS:=+libevent2 +libopenssl +libpthread +librt
+SSP_SUPPORT:libssp
+ DEPENDS:=+libevent2 +libopenssl +libpthread +librt
endef
define Package/tor/description