edb32a03b5
libraw needs __sync_fetch_and_add since version 0.20.0 andd1975cb0e0
This will fix the following build failure with imagemagick which is raised since commit2f47cfade4
: /home/buildroot/autobuild/run/instance-0/output-1/host/opt/ext-toolchain/bin/../lib/gcc/sparc-buildroot-linux-uclibc/9.3.0/../../../../sparc-buildroot-linux-uclibc/bin/ld: /home/buildroot/autobuild/run/instance-0/output-1/host/sparc-buildroot-linux-uclibc/sysroot/usr/lib/libraw_r.so: undefined reference to `__sync_fetch_and_add_4' Fixes: - http://autobuild.buildroot.org/results/900df43bd418d2da0c3ec875db1c5564dd857e94 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
306 B
Plaintext
13 lines
306 B
Plaintext
config BR2_PACKAGE_LIBRAW
|
|
bool "libraw"
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
libraw is a raw image manipulation library
|
|
|
|
http://www.libraw.org/
|
|
|
|
comment "libraw needs a toolchain w/ C++"
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|