Browse Source

xtables-addons: disable ASLR PIE

This package uses ld for linking and therefor does not support the
-specs option.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
lilik-openwrt-22.03
Martin Schiller 5 years ago
parent
commit
3804006e60
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/xtables-addons/Makefile

+ 1
- 0
net/xtables-addons/Makefile View 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


Loading…
Cancel
Save