[Buildroot] [PATCH] dosfstools: fix host variant dependencies

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Mar 21 12:31:14 UTC 2013


On 03/21/2013 09:29 AM, Gustavo Zacarias wrote:

> On 03/21/2013 09:21 AM, Yann E. MORIN wrote:
> 
>>> +# Avoid target dosfstools dependencies, no host-libiconv
>>> +HOST_DOSFSTOOLS_DEPENDENCIES =
>>> +
>>
>> Shouldn't we also do:
>>     HOST_DOSFSTOOLS_LDFLAGS =
>>
>>>  ifneq ($(BR2_ENABLE_LOCALE),y)
>>>  DOSFSTOOLS_DEPENDENCIES += libiconv
>>>  DOSFSTOOLS_LDFLAGS += -liconv
> 
> Not really, HOST_LDFLAGS doesn't inherit.
> Regards.

And we explicitly use a clean BUILD_CMDS for the host :)
Regards.





More information about the buildroot mailing list