package/botan: link with libatomic when needed
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 15 Feb 2019 22:01:10 +0000 (23:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 24 Feb 2019 21:06:15 +0000 (22:06 +0100)
commitae7ba64501a7f2bb80dd5b2ea99fae747cc8b1eb
treed681ceeb107fa690606c74442fe1dfe77c3ce07c
parentcd70bde797a3580b27566b302d601ddd7459e910
package/botan: link with libatomic when needed

On some architectures, atomic built-ins 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.

Fixes:
 - http://autobuild.buildroot.org/results/a442734c570e4a02854014d831ba3aab9f592430

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/botan/botan.mk