tor: remove optional dependency on libssp
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
e996c1cc36
commit
2eae664f5f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ endef
|
||||||
define Package/tor
|
define Package/tor
|
||||||
$(call Package/tor/Default)
|
$(call Package/tor/Default)
|
||||||
TITLE:=An anonymous Internet communication system
|
TITLE:=An anonymous Internet communication system
|
||||||
DEPENDS:=+libevent2 +libopenssl +libpthread +librt +SSP_SUPPORT:libssp
|
DEPENDS:=+libevent2 +libopenssl +libpthread +librt
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/tor/description
|
define Package/tor/description
|
||||||
|
|
Loading…
Reference in a new issue