diff options
author | Fabrice Fontaine <fontaine.fabrice@gmail.com> | 2017-02-13 18:24:51 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-12 23:47:31 +0100 |
commit | 00d2a3da72455213b87069af475173060750d50d (patch) | |
tree | 039a52e7cfbd465e167473ba7ed1eaa8b7234253 /docs/manual/adding-packages-python.txt | |
parent | 5f73ff5317f21f746b0e724f7e1817603a08572e (diff) | |
download | buildroot-00d2a3da72455213b87069af475173060750d50d.tar.gz buildroot-00d2a3da72455213b87069af475173060750d50d.zip |
domoticz: fix build on powerpc64le
There is an issue with powerpc64le and boost::uuids::random_generator on the
following line of code (from include/boost/uuid/seed_rng.hpp):
sha.process_bytes( (unsigned char const*)&std::rand, sizeof( void(*)() ) )
This line "inspects the first couple bytes (here eight) of the std::rand
function to seed some rng. Due to the implementation of process_bytes and
inlining happening, it seems that one of the loops therein uses &rand-1 as
some boundary, compiling with -O0 makes that reloc come out as 'rand + 0' and
the link will succeed."
See: https://bugzilla.suse.com/show_bug.cgi?id=955832#c7
Fixes:
- http://autobuild.buildroot.org/results/454c0ea393615bae2d1b44be9920f25b5c49fc33
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-python.txt')
0 files changed, 0 insertions, 0 deletions