diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-11-30 21:47:43 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-02 09:26:33 +0100 |
commit | aac6bf8bf911c3f14ff9dce08f0f011838f5a426 (patch) | |
tree | 70ce3654adc99fd0743dab0f330162a49f383839 /meta-oe/conf | |
parent | 24e51a6a106bc10a8838b23e4bf9ea6304314bca (diff) | |
download | meta-openembedded-aac6bf8bf911c3f14ff9dce08f0f011838f5a426.tar.gz |
meta_oe_security_flags.inc: Disable PIE for luajit
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r-- | meta-oe/conf/distro/include/meta_oe_security_flags.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/conf/distro/include/meta_oe_security_flags.inc b/meta-oe/conf/distro/include/meta_oe_security_flags.inc index 42fedc279..815fb16c7 100644 --- a/meta-oe/conf/distro/include/meta_oe_security_flags.inc +++ b/meta-oe/conf/distro/include/meta_oe_security_flags.inc | |||
@@ -18,3 +18,10 @@ SECURITY_CFLAGS_pn-libcdio = "${SECURITY_NO_PIE_CFLAGS}" | |||
18 | #| /usr/src/debug/glibc/2.24-r0/git/csu/elf-init.c:86: undefined reference to `__init_array_start' | 18 | #| /usr/src/debug/glibc/2.24-r0/git/csu/elf-init.c:86: undefined reference to `__init_array_start' |
19 | 19 | ||
20 | SECURITY_CFLAGS_pn-libvdpau = "${SECURITY_NO_PIE_CFLAGS}" | 20 | SECURITY_CFLAGS_pn-libvdpau = "${SECURITY_NO_PIE_CFLAGS}" |
21 | |||
22 | #| /mnt/a/build/tmp-glibc/sysroots/x86_64-linux/usr/libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/6.2.0/ld: lj_err_dyn.o: relocation R_X86_64_TPOFF32 against `static_uex' can not be used when making a shared object; recompile with -fPIC | ||
23 | #| /mnt/a/build/tmp-glibc/sysroots/x86_64-linux/usr/libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/6.2.0/ld: final link failed: Nonrepresentable section on output | ||
24 | #| collect2: error: ld returned 1 exit status | ||
25 | #| make[1]: *** [Makefile:675: libluajit.so] Error 1 | ||
26 | SECURITY_CFLAGS_pn-luajit = "${SECURITY_NO_PIE_CFLAGS}" | ||
27 | |||