samba4: add dependency on BR2_TOOLCHAIN_HAS_SYNC_4
commit1d2de713fbdeb89456c6914a1407eb483785cda8
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 6 Feb 2016 22:53:05 +0000 (6 23:53 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 6 Feb 2016 22:53:05 +0000 (6 23:53 +0100)
tree1c4ee2909acd70e36b09c5f9c6b5db845215c6b1
parentdf3c3bcf598908ad542043a1fc40f9af9c7cbdb0
samba4: add dependency on BR2_TOOLCHAIN_HAS_SYNC_4

samba4 uses the __sync_fetch_and_add_4() atomic built-in, so it should
depend on BR2_TOOLCHAIN_HAS_SYNC_4 in order to avoid build failures on
architectures not providing this atomic built-in.

Fixes:

  http://autobuild.buildroot.org/results/0d0fd9d2a132a40a840bea5df59c35d8573ebf45/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/kodi/Config.in
package/mpd/Config.in
package/samba4/Config.in