projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa5014d
)
lantiq: ltq-adsl: deactivate ASLR support
author
Mathias Kresin
<dev@kresin.me>
Tue, 6 Mar 2018 18:43:40 +0000
(19:43 +0100)
committer
Mathias Kresin
<dev@kresin.me>
Tue, 6 Mar 2018 18:49:06 +0000
(19:49 +0100)
The package still leaks some user space linker options into the kernel
space. This breaks the build when ASLR is activated, deactivate it for
now.
Signed-off-by: Mathias Kresin <dev@kresin.me>
package/kernel/lantiq/ltq-adsl/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/lantiq/ltq-adsl/Makefile
b/package/kernel/lantiq/ltq-adsl/Makefile
index e6817efffc012c72ba131cfa305cfbc476584121..0fbda34ff98082f1f61be938e596a30f7072f6f0 100644
(file)
--- a/
package/kernel/lantiq/ltq-adsl/Makefile
+++ b/
package/kernel/lantiq/ltq-adsl/Makefile
@@
-18,6
+18,7
@@
PKG_HASH:=eb2ed59715d3bf4e8a1460bbbe2f1660039e0a9f9d72afb1b2b16590094eb33c
PKG_MAINTAINER:=John Crispin <john@phrozen.org>
PKG_CHECK_FORMAT_SECURITY:=0
+PKG_ASLR_PIE:=0
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk