From: Stephen Walker Date: Sat, 10 Aug 2013 22:00:19 +0000 (+0000) Subject: [packages] tor-alpha: update to 0.2.4.15-rc, disable threads as it requires OpenSSL... X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=fc98d5e11f27abb779d5223d58459b666d4c7c0a [packages] tor-alpha: update to 0.2.4.15-rc, disable threads as it requires OpenSSL to have threading enabled SVN-Revision: 37751 --- diff --git a/net/tor-alpha/Makefile b/net/tor-alpha/Makefile index 7e82611ec7..6e6e69893d 100644 --- a/net/tor-alpha/Makefile +++ b/net/tor-alpha/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2008-2012 OpenWrt.org +# Copyright (C) 2008-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tor-alpha -PKG_VERSION:=0.2.4.6-alpha +PKG_VERSION:=0.2.4.15-rc PKG_RELEASE:=1 PKG_SOURCE:=tor-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.torproject.org/dist \ https://archive.torproject.org/tor-package-archive -PKG_MD5SUM:=49a70a45e082739a1ed484d5f9d8759b +PKG_MD5SUM:=d05da33b2c99978adc55c78ead8b25d2 PKG_BUILD_DEPENDS:=libminiupnpc libnatpmp PKG_BUILD_DIR:=$(BUILD_DIR)/tor-$(PKG_VERSION) @@ -80,7 +80,8 @@ CONFIGURE_ARGS += \ --with-libminiupnpc-dir="$(STAGING_DIR)/usr" \ --enable-nat-pmp \ --with-libnatpmp-dir="$(STAGING_DIR)/usr" \ - --disable-asciidoc + --disable-asciidoc \ + --disable-threads ifneq ($(CONFIG_SSP_SUPPORT),y) CONFIGURE_ARGS += \