From: Martin Schiller Date: Thu, 14 Nov 2019 07:27:05 +0000 (+0100) Subject: xtables-addons: disable ASLR PIE X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=17924b12834ab36fedb07df4975e6540847958d3;p=feed%2Fpackages.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 (cherry picked from commit 3804006e60579ed9f44c5b315d186ed364f04455) --- diff --git a/net/xtables-addons/Makefile b/net/xtables-addons/Makefile index d81605388a..c172d0b5f2 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