[Buildroot] [PATCH 8/8] libev: disable on avr32

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Dec 9 18:14:03 UTC 2012


Fixes:

  http://autobuild.buildroot.org/results/4951121337fad670d8bf869483774ccf9e91dd47/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/libev/Config.in |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libev/Config.in b/package/libev/Config.in
index 71abe77..fd74f55 100644
--- a/package/libev/Config.in
+++ b/package/libev/Config.in
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_LIBEV
 	bool "libev"
+	# needs memory fences
+	depends on !BR2_avr32
 	help
 	  Userspace library for handling asynchronous notifications
 
-- 
1.7.9.5




More information about the buildroot mailing list