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:
d1cc51c
)
spi-tools: Disable PIE
author
Rosen Penev
<redacted>
Sat, 11 Jan 2020 02:13:05 +0000
(18:13 -0800)
committer
Rosen Penev
<redacted>
Sat, 11 Jan 2020 02:13:05 +0000
(18:13 -0800)
Causes compilation failure.
Signed-off-by: Rosen Penev <redacted>
utils/spi-tools/Makefile
patch
|
blob
|
history
diff --git
a/utils/spi-tools/Makefile
b/utils/spi-tools/Makefile
index deac407e341fee3b764d26f171ec722a47f6cb1b..1e1db5be85f1ebfef9d301bac2964e852560b0e9 100644
(file)
--- a/
utils/spi-tools/Makefile
+++ b/
utils/spi-tools/Makefile
@@
-22,6
+22,7
@@
PKG_LICENSE_FILES:=LICENSE
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
+PKG_ASLR_PIE:=0
include $(INCLUDE_DIR)/package.mk
git clone https://git.99rst.org/PROJECT