From 400d01d37f5243308a4692b8c2a8b42cb6df23a1 Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Sat, 16 Jan 2016 20:42:48 +0100 Subject: [PATCH] tor: update to 0.2.7.6 Signed-off-by: Peter Wagner --- net/tor/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/tor/Makefile b/net/tor/Makefile index d042ffbccf..ce2135ec8d 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.7.6 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:=cc19107b57136a68e8c563bf2d35b072 PKG_MAINTAINER:=Hauke Mehrtens 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 += \ -- 2.30.2