lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 0ffa81ea9e12b53d8ae006f225802985071b3491
parent a9258527c398b607c73c048c236f56a5c65a32d7
Author: Hauke Mehrtens <hauke@hauke-m.de>
Date:   Mon,  3 Aug 2015 22:36:52 +0200

Merge pull request #1630 from hiviah/tor-0.2.6

tor: update to 0.2.6.10
Diffstat:
Mnet/tor/Makefile | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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 += \