diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-03 01:21:08 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-03-03 12:58:55 +0100 |
commit | 45ae5c2de3491ed5db9695d21faebf95b3b41c56 (patch) | |
tree | 22086f97a96e17229d9dfa4cb5aa4a4f7fd37d69 /package/kernel/lantiq/ltq-tapi | |
parent | d67b3d0df871b289f7541139b5e8c7fb561a360e (diff) | |
download | upstream-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-tapi')
-rw-r--r-- | package/kernel/lantiq/ltq-tapi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-tapi/Makefile b/package/kernel/lantiq/ltq-tapi/Makefile index 072041c589..171103350e 100644 --- a/package/kernel/lantiq/ltq-tapi/Makefile +++ b/package/kernel/lantiq/ltq-tapi/Makefile @@ -17,6 +17,7 @@ PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_HASH:=109374d52872716570fca3fef3b93c9a93159a804dfd42484b19152b825af5c0 PKG_MAINTAINER:=John Crispin <john@phrozen.org> +PKG_ASLR_PIE:=0 PKG_CHECK_FORMAT_SECURITY:=0 PKG_FIXUP:=autoreconf |