git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
94e0c78
)
xtables-addons: disable ASLR PIE
author
Martin Schiller
<redacted>
Thu, 14 Nov 2019 07:27:05 +0000
(08:27 +0100)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/net/xtables-addons/Makefile
b/net/xtables-addons/Makefile
index bc0fc0120bb3dfb99e0cdb967e635af6bbea6d44..4f92a4093409f8ab3f185a0c2f96ddf11cda52cd 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
git clone https://git.99rst.org/PROJECT