projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b9648d
)
xtables-addons: disable ASLR PIE
author
Martin Schiller
<ms@dev.tdt.de>
Thu, 14 Nov 2019 07:27:05 +0000
(08:27 +0100)
committer
Josef Schlehofer
<pepe.schlehofer@gmail.com>
Sat, 14 Mar 2020 01:51:44 +0000
(
02:51
+0100)
This package uses ld for linking and therefor does not support the
-specs option.
Signed-off-by: Martin Schiller <ms@dev.tdt.de>
(cherry picked from commit
3804006e60579ed9f44c5b315d186ed364f04455
)
net/xtables-addons/Makefile
patch
|
blob
|
history
diff --git
a/net/xtables-addons/Makefile
b/net/xtables-addons/Makefile
index d81605388ac7deb0b2735466b639fd9c92989c1b..c172d0b5f272d934aa1542788f34ae2816469864 100644
(file)
--- a/
net/xtables-addons/Makefile
+++ b/
net/xtables-addons/Makefile
@@
-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