Skip to content

Commit

Permalink
zerotier: disable pie support
Browse files Browse the repository at this point in the history
The Makefile is already patched for it. But PKG_ASLR_PIE still needs to be disabled.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
mwarning committed Jul 24, 2020
1 parent 7a70de5 commit 037748c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zerotier/Makefile
Expand Up @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=zerotier
PKG_VERSION:=1.4.6
PKG_RELEASE:=1
PKG_RELEASE:=5

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/zerotier/ZeroTierOne/tar.gz/$(PKG_VERSION)?
Expand All @@ -18,7 +18,9 @@ PKG_MAINTAINER:=Moritz Warning <moritzwarning@web.de>
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
Expand Down

0 comments on commit 037748c

Please sign in to comment.