xtables-addons: disable ASLR PIE
authorMartin Schiller <redacted>
Thu, 14 Nov 2019 07:27:05 +0000 (08:27 +0100)
committerMartin Schiller <redacted>
Thu, 14 Nov 2019 07:27:05 +0000 (08:27 +0100)
This package uses ld for linking and therefor does not support the
-specs option.

Signed-off-by: Martin Schiller <redacted>
net/xtables-addons/Makefile

index bc0fc0120bb3dfb99e0cdb967e635af6bbea6d44..4f92a4093409f8ab3f185a0c2f96ddf11cda52cd 100644 (file)
@@ -24,6 +24,7 @@ PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
 PKG_LICENSE:=GPL-2.0
 
 PKG_FIXUP:=autoreconf
+PKG_ASLR_PIE:=0
 
 include $(INCLUDE_DIR)/package.mk
 
git clone https://git.99rst.org/PROJECT