[Buildroot] [PATCH v2 3/3] package/zeromq: disable package if binutils is affected from bug 21464

Giulio Benetti giulio.benetti at benettiengineering.com
Fri Mar 5 16:12:11 UTC 2021


This package is affected from binutils bug 21464, since there is no
workaround, let's disable it.

Fixes:
http://autobuild.buildroot.net/results/ce351e0e97c2cacc17d4718d39941548c7558559

Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
---
 package/zeromq/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/zeromq/Config.in b/package/zeromq/Config.in
index cf5c644c39..f99adf7acc 100644
--- a/package/zeromq/Config.in
+++ b/package/zeromq/Config.in
@@ -1,10 +1,12 @@
 comment "zeromq needs a toolchain w/ C++, threads"
 	depends on !(BR2_INSTALL_LIBSTDCPP && BR2_TOOLCHAIN_HAS_THREADS)
+	depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
 
 config BR2_PACKAGE_ZEROMQ
 	bool "zeromq"
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_TOOLCHAIN_HAS_THREADS
+	depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
 	select BR2_PACKAGE_UTIL_LINUX
 	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
 	help
-- 
2.25.1




More information about the buildroot mailing list