Browse Source

tor: remove optional dependency on libssp

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
lilik-openwrt-22.03
Stijn Tintel 10 years ago
parent
commit
2eae664f5f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/tor/Makefile

+ 1
- 1
net/tor/Makefile View File

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


Loading…
Cancel
Save