aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-08-03 22:36:52 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2015-08-03 22:36:52 +0200
commit0ffa81ea9e12b53d8ae006f225802985071b3491 (patch)
tree7bb0ac159e62a13271cd7a1022ea1109fcf9fac5
parenta9258527c398b607c73c048c236f56a5c65a32d7 (diff)
parent521add59cabda9936d30dd26a8c306509251d725 (diff)
Merge pull request #1630 from hiviah/tor-0.2.6
tor: update to 0.2.6.10
-rw-r--r--net/tor/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tor/Makefile b/net/tor/Makefile
index d042ffbcc..79f61af32 100644
--- a/net/tor/Makefile
+++ b/net/tor/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tor
-PKG_VERSION:=0.2.5.12
+PKG_VERSION:=0.2.6.10
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.torproject.org/dist \
https://archive.torproject.org/tor-package-archive
-PKG_MD5SUM:=89745069a7efb7aafd01ae263bd0fe5c
+PKG_MD5SUM:=04f919e7882d1ca80f835545af562bad
PKG_MAINTAINER:=Hauke Mehrtens <hauke@hauke-m.de>
PKG_LICENSE_FILES:=LICENSE
@@ -89,10 +89,10 @@ ifneq ($(CONFIG_SSP_SUPPORT),y)
CONFIGURE_ARGS += \
--disable-gcc-hardening
MAKE_FLAGS += \
- CFLAGS="$(TARGET_CFLAGS)"
+ CFLAGS="$(TARGET_CFLAGS) -std=gnu99"
else
MAKE_FLAGS += \
- CFLAGS="$(TARGET_CFLAGS) -fPIC"
+ CFLAGS="$(TARGET_CFLAGS) -fPIC -std=gnu99"
endif
CONFIGURE_VARS += \