diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-12-03 14:51:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-05 14:24:42 +0000 |
commit | ecba84867d972e13e2996315ddcd2382d590e105 (patch) | |
tree | 594fc2bfb8935aa13aa87c38f3049158c1492fe0 /meta/recipes-extended/man-pages | |
parent | ec80166673be744fd61139c86ba282d4121352fe (diff) | |
download | ast2050-yocto-poky-ecba84867d972e13e2996315ddcd2382d590e105.zip ast2050-yocto-poky-ecba84867d972e13e2996315ddcd2382d590e105.tar.gz |
security_flags: Add entry for openssl
It seems we might be stumbling over an obscure linkage issues possibly
similar to http://marc.info/?l=openssl-dev&m=130132183118768&w=2
This issue appears for x86-64 systems with the PIE related compiler flags.
libcrypto.a(cryptlib.o): relocation R_X86_64_PC32 against symbol
`OPENSSL_showfatal' can not be used when making a shared object; recompile with -fPIC
The error suggests recompiling with -fPIC, but it is already compiled that
way.
Disable the PIE flags makes it work for now, I have posted to openssl ML
[YOCTO #5515]
(From OE-Core rev: 55e1c0e66fd16612016b3e415cbfa4e3051e5a8f)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/man-pages')
0 files changed, 0 insertions, 0 deletions