From: Martin Schiller Date: Thu, 14 Nov 2019 07:27:05 +0000 (+0100) Subject: xtables-addons: disable ASLR PIE X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3804006e60579ed9f44c5b315d186ed364f04455;p=openwrt-packages.git xtables-addons: disable ASLR PIE This package uses ld for linking and therefor does not support the -specs option. Signed-off-by: Martin Schiller --- diff --git a/net/xtables-addons/Makefile b/net/xtables-addons/Makefile index bc0fc0120..4f92a4093 100644 --- a/net/xtables-addons/Makefile +++ b/net/xtables-addons/Makefile @@ -24,6 +24,7 @@ PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=GPL-2.0 PKG_FIXUP:=autoreconf +PKG_ASLR_PIE:=0 include $(INCLUDE_DIR)/package.mk