From 3804006e60579ed9f44c5b315d186ed364f04455 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 --- net/xtables-addons/Makefile | 1 + 1 file changed, 1 insertion(+) 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