diff options
author | Topi Kuutela <topi.kuutela@intel.com> | 2015-08-07 09:42:35 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-09 00:12:48 -0700 |
commit | 94818c5240b793464700945d0cf057bffb9e1008 (patch) | |
tree | 0b5c676e5da163ac5d377049bfad95142b328de9 /meta/recipes-extended/tzdata | |
parent | a0f8cb7e0ffa15e101d39463c77707c821250203 (diff) | |
download | openembedded-core-94818c5240b793464700945d0cf057bffb9e1008.tar.gz openembedded-core-94818c5240b793464700945d0cf057bffb9e1008.tar.bz2 openembedded-core-94818c5240b793464700945d0cf057bffb9e1008.zip |
security_flags.inc: disable -pie and -fpie from Python3 compilation.
If security_flags.inc is 'required' to the image, -pie and -fpie options
are added to CFLAGS. These are not compatible with -shared GCC option.
The result is several errors of following form and missing Python3
modules in the image:
*.o In function `_start': *.S undefined reference to `main'
collect2: error: ld returned 1 exit status
Signed-off-by: Topi Kuutela <topi.kuutela@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tzdata')
0 files changed, 0 insertions, 0 deletions