aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-ifxos
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-03-03 01:21:08 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-03-03 12:58:55 +0100
commit45ae5c2de3491ed5db9695d21faebf95b3b41c56 (patch)
tree22086f97a96e17229d9dfa4cb5aa4a4f7fd37d69 /package/kernel/lantiq/ltq-ifxos
parentd67b3d0df871b289f7541139b5e8c7fb561a360e (diff)
downloadupstream-45ae5c2de3491ed5db9695d21faebf95b3b41c56.tar.gz
upstream-45ae5c2de3491ed5db9695d21faebf95b3b41c56.tar.bz2
upstream-45ae5c2de3491ed5db9695d21faebf95b3b41c56.zip
lantiq: Deactivate ASLR support for some applications
The lantiq components still leak some user space linker options into the kernel space. This breaks with build when ASLR is activated, deactivate it for now on these packages. Fixes: FS#1391 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/kernel/lantiq/ltq-ifxos')
-rw-r--r--package/kernel/lantiq/ltq-ifxos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-ifxos/Makefile b/package/kernel/lantiq/ltq-ifxos/Makefile
index bd4f08da83..4771fda20a 100644
--- a/package/kernel/lantiq/ltq-ifxos/Makefile
+++ b/package/kernel/lantiq/ltq-ifxos/Makefile
@@ -17,7 +17,7 @@ PKG_MAINTAINER:=John Crispin <john@phrozen.org>
PKG_LICENSE:=GPL-2.0 BSD-2-Clause
PKG_LICENSE_FILES:=LICENSE
-
+PKG_ASLR_PIE:=0
PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk