Browse Source

tor: bump to 0.2.6.10

Signed-off-by: Ondrej Mikle <ondrej.mikle@nic.cz>
lilik-openwrt-22.03
Ondrej Mikle 9 years ago
parent
commit
521add59ca
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      net/tor/Makefile

+ 4
- 4
net/tor/Makefile View File

@ -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 += \


Loading…
Cancel
Save