package/protobuf: disable package if binutils is affected from bug 21464
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Fri, 5 Mar 2021 16:12:10 +0000 (17:12 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 14 Mar 2021 21:34:30 +0000 (22:34 +0100)
This package is affected from binutils bug 21464, since there is no
workaround, let's disable it.

Fixes:
http://autobuild.buildroot.net/results/908/9084cd777aefe0fa8235514c33767d8640ad7a5b/

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/protobuf/Config.in

index 46c820b9cfa673c7e755ad9f458eb8c313067f7a..30050950aaeeffbda67636fa937a9a347ee845a4 100644 (file)
@@ -24,6 +24,7 @@ config BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
        default y if BR2_TOOLCHAIN_HAS_ATOMIC
        depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
        depends on BR2_USE_MMU # fork()
+       depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
 
 config BR2_PACKAGE_PROTOBUF
        bool "protobuf"