[Buildroot] [git commit] package/avro-c: depends on BR2_TOOLCHAIN_HAS_SYNC_4

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Jan 8 09:20:48 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=627e3fad32df88127f47d99d1fc0d6233df7ef8b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes: http://autobuild.buildroot.net/results/989/989b4e8aaeff51bb5236c4b31e3783a0e07e4a82

Signed-off-by: Titouan Christophe <titouan.christophe at railnova.eu>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/avro-c/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/avro-c/Config.in b/package/avro-c/Config.in
index fe962e1e3c..76d9123a4e 100644
--- a/package/avro-c/Config.in
+++ b/package/avro-c/Config.in
@@ -1,9 +1,11 @@
 comment "avro-c needs a toolchain w/ dynamic library"
 	depends on BR2_STATIC_LIBS
+	depends on BR2_TOOLCHAIN_HAS_SYNC_4
 
 config BR2_PACKAGE_AVRO_C
 	bool "avro-c"
 	depends on !BR2_STATIC_LIBS  # Avro unconditionally compiles shared libs
+	depends on BR2_TOOLCHAIN_HAS_SYNC_4
 	select BR2_PACKAGE_JANSSON
 	help
 	  Select this option to install the Avro C language bindings,


More information about the buildroot mailing list