[packages] tor: use libevent2
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28209 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
de63f50258
commit
3ffbda2cae
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=tor
|
||||
PKG_VERSION:=0.2.2.32
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://www.torproject.org/dist \
|
||||
@ -37,7 +37,7 @@ endef
|
||||
define Package/tor
|
||||
$(call Package/tor/Default)
|
||||
TITLE:=An anonymous Internet communication system
|
||||
DEPENDS:=+libevent +libopenssl +libpthread +librt
|
||||
DEPENDS:=+libevent2 +libopenssl +libpthread +librt
|
||||
endef
|
||||
|
||||
define Package/tor-geoip
|
||||
|
Loading…
x
Reference in New Issue
Block a user