lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 2eae664f5f2d334be7d9c6285f2473f732ead9c7
parent e996c1cc369620272cdb760fcc836289cfe5df39
Author: Stijn Tintel <stijn@linux-ipv6.be>
Date:   Fri, 20 Mar 2015 18:23:39 +0100

tor: remove optional dependency on libssp

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>

Diffstat:
Mnet/tor/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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