From 9dd57505fab81274d1a667f83a4932954e7ad33e Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Sat, 10 Aug 2013 22:00:19 +0000 Subject: [PATCH] tor-alpha: update to 0.2.4.15-rc, disable threads as it requires OpenSSL to have threading enabled SVN-Revision: 37751 --- net/tor-alpha/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/net/tor-alpha/Makefile b/net/tor-alpha/Makefile index 7e82611ec..6e6e69893 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 += \ -- 2.30.2