mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
+3
-9
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=tor
|
PKG_NAME:=tor
|
||||||
PKG_VERSION:=0.4.3.5
|
PKG_VERSION:=0.4.3.5
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://dist.torproject.org/ \
|
PKG_SOURCE_URL:=https://dist.torproject.org/ \
|
||||||
@@ -103,18 +103,12 @@ CONFIGURE_ARGS += \
|
|||||||
--disable-lzma \
|
--disable-lzma \
|
||||||
--disable-zstd \
|
--disable-zstd \
|
||||||
--with-tor-user=tor \
|
--with-tor-user=tor \
|
||||||
--with-tor-group=tor
|
--with-tor-group=tor \
|
||||||
|
--with-pic
|
||||||
|
|
||||||
TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto
|
TARGET_CFLAGS += -ffunction-sections -fdata-sections -flto
|
||||||
TARGET_LDFLAGS += -Wl,--gc-sections -flto
|
TARGET_LDFLAGS += -Wl,--gc-sections -flto
|
||||||
|
|
||||||
ifneq ($(CONFIG_SSP_SUPPORT),y)
|
|
||||||
CONFIGURE_ARGS += \
|
|
||||||
--disable-gcc-hardening
|
|
||||||
else
|
|
||||||
EXTRA_CFLAGS += $(FPIC)
|
|
||||||
endif
|
|
||||||
|
|
||||||
CONFIGURE_VARS += \
|
CONFIGURE_VARS += \
|
||||||
CROSS_COMPILE="yes"
|
CROSS_COMPILE="yes"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user