diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-06 23:53:05 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-06 23:53:05 +0100 |
| commit | 1d2de713fbdeb89456c6914a1407eb483785cda8 (patch) | |
| tree | 1c4ee2909acd70e36b09c5f9c6b5db845215c6b1 /package/mpd | |
| parent | df3c3bcf598908ad542043a1fc40f9af9c7cbdb0 (diff) | |
| download | buildroot-1d2de713fbdeb89456c6914a1407eb483785cda8.tar.gz buildroot-1d2de713fbdeb89456c6914a1407eb483785cda8.zip | |
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>
Diffstat (limited to 'package/mpd')
| -rw-r--r-- | package/mpd/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/mpd/Config.in b/package/mpd/Config.in index a7da01f621..b368397487 100644 --- a/package/mpd/Config.in +++ b/package/mpd/Config.in @@ -200,6 +200,7 @@ config BR2_PACKAGE_MPD_LIBSMBCLIENT depends on BR2_TOOLCHAIN_USES_GLIBC depends on !BR2_STATIC_LIBS depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC + depends on BR2_TOOLCHAIN_HAS_SYNC_4 select BR2_PACKAGE_SAMBA4 help Enable Samba support. |

