From: Rosen Penev Date: Thu, 23 Jul 2020 20:41:00 +0000 (-0700) Subject: zerotier: disable pie support X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7fa266580fc0ac531300ce7c13b9a063333e2360;p=feed%2Fpackages.git zerotier: disable pie support The Makefile is already patched for it. But PKG_ASLR_PIE still needs to be disabled. Signed-off-by: Rosen Penev --- diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index 72712473a4..ed69ea3acf 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zerotier PKG_VERSION:=1.4.6 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)? @@ -18,7 +18,9 @@ PKG_MAINTAINER:=Moritz Warning PKG_LICENSE:=BSL 1.1 PKG_LICENSE_FILES:=LICENSE.txt +PKG_ASLR_PIE:=0 PKG_BUILD_PARALLEL:=1 + include $(INCLUDE_DIR)/package.mk define Package/zerotier