tor: remove optional dependency on libssp

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
Stijn Tintel 2015-03-20 18:23:39 +01:00
parent e996c1cc36
commit 2eae664f5f

View file

@ -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