Browse Source

Merge pull request #10546 from TDT-AG/pr/20191114-xtables-addons

xtables-addons: disable ASLR PIE
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
d8c0baaf9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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