tor: remove optional dependency on libssp 1059/head
authorStijn Tintel <stijn@linux-ipv6.be>
Fri, 20 Mar 2015 17:23:39 +0000 (18:23 +0100)
committerStijn 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

index 6ffcf43bd21fcbf6e172c30b1b59d42a6005f297..8550f83581e7e254726df041f4d7063a066fb476 100644 (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