kumquat-buildroot/package/cutelyst
Fabrice Fontaine 37e8a054f2 cutelyst: link with libatomic when needed
On some architectures, atomic binutils are provided by the libatomic
library from gcc. Linking with libatomic is therefore necessary,
otherwise the build fails with:

sparc-buildroot-linux-uclibc/sysroot/lib/libatomic.so.1: error adding symbols: DSO missing from command line

This is often for example the case on sparcv8 32 bit.

This atomic dependency is due to Qt >= 5.8, pkconfig can't be used as
Qt5 pc files does not mention this dependency

Fixes:
 - http://autobuild.buildroot.net/results/9e307ab9c7067b26d7b33a572204394808e25772

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-08-28 23:08:49 +02:00
..
Config.in cutelyst: depends on C++11 2018-08-28 00:01:00 +02:00
cutelyst.hash package/cutelyst: bump version to fix build issues 2018-08-05 14:12:46 +02:00
cutelyst.mk cutelyst: link with libatomic when needed 2018-08-28 23:08:49 +02:00