buildroot/package/vlc
Bernd Kuhls 03f6e005e6 package/vlc: use BR2_TOOLCHAIN_HAS_LIBATOMIC
While fixing
http://autobuild.buildroot.net/results/d95/d9572bcafc1776eebe88bbcaf031a05cd6ee4b23/
by using http://patchwork.ozlabs.org/patch/674337/ the build stopped at
a later stage with

/home/buildroot/br4/output/build/vlc-2.2.4/src/.libs/libvlccore.so: undefined reference to `__atomic_fetch_add_4'
/home/buildroot/br4/output/build/vlc-2.2.4/src/.libs/libvlccore.so: undefined reference to `__atomic_fetch_sub_4'
/home/buildroot/br4/output/build/vlc-2.2.4/src/.libs/libvlccore.so: undefined reference to `__atomic_fetch_or_1'
/home/buildroot/br4/output/build/vlc-2.2.4/src/.libs/libvlccore.so: undefined reference to `__atomic_compare_exchange_4'
/home/buildroot/br4/output/build/vlc-2.2.4/src/.libs/libvlccore.so: undefined reference to `__atomic_exchange_1'
collect2: error: ld returned 1 exit status

so libatomic must be pulled in if necessary.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-10-19 23:40:56 +02:00
..
0001-vlc-static.patch
0002-configure.ac-add-check-for-libgcrypt-config-program.patch
0003-automake-add-subdir-objects-option.patch
0004-implicit-function-declaration.patch
0005-libvorbisidec.patch
0006-qt-x11.patch
0007-strerror.patch
0008-fix-fallback-code-and-add-required-realtime-library.patch
0009-ffmpeg-3.0.patch
0010-static-assert.patch package/vlc: backport upstream patches to fix compat function for static_assert 2016-10-19 23:40:32 +02:00
0011-static-assert.patch package/vlc: backport upstream patches to fix compat function for static_assert 2016-10-19 23:40:32 +02:00
Config.in
vlc.hash
vlc.mk package/vlc: use BR2_TOOLCHAIN_HAS_LIBATOMIC 2016-10-19 23:40:56 +02:00