From 17924b12834ab36fedb07df4975e6540847958d3 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Thu, 14 Nov 2019 08:27:05 +0100 Subject: [PATCH] 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) --- net/xtables-addons/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2