[Buildroot] [PATCH v2 4/6] package/openal: disable package if binutils is affected from bug 27100

Giulio Benetti giulio.benetti at benettiengineering.com
Wed Mar 17 17:01:29 UTC 2021


Hi Thomas,

following previous e-mail about bug 27100, this is not a binutils bug, 
it's a package link failure. So please drop this patch. Thank you

-- 
Giulio Benetti
Benetti Engineering sas

On 3/14/21 11:07 PM, Thomas Petazzoni wrote:
> On Wed, 10 Mar 2021 10:14:51 +0100
> Giulio Benetti <giulio.benetti at benettiengineering.com> wrote:
> 
>> This package is affected from binutils bug 21464, since there is no
> 
> You're using the BUG_27100 condition, not 21464.
> 
>> diff --git a/package/openal/Config.in b/package/openal/Config.in
>> index 6b0e9973db..def95222de 100644
>> --- a/package/openal/Config.in
>> +++ b/package/openal/Config.in
>> @@ -19,6 +19,7 @@ config BR2_PACKAGE_OPENAL
>>   	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11 PR56019
>>   	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
>>   	depends on BR2_PACKAGE_OPENAL_ARCH_SUPPORTS
>> +	depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27100
> 
> What about all the things that select BR2_PACKAGE_OPENAL ?
> 
> Thomas
> 



More information about the buildroot mailing list