[Buildroot] [PATCH 19/20] alsa-lib: bump to version 1.0.25

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Mar 14 14:27:28 UTC 2012


On 2012-03-13 20:36, Arnout Vandecappelle wrote:

>> +# Can't build with static & shared at the same time (1.0.25+)
>> +ifneq ($(BR2_PREFER_STATIC),y)
>> +ALSA_LIB_CONF_OPT += --enable-static=no
>> +else
>> +ALSA_LIB_CONF_OPT += --enable-shared=no
>> +endif
>
>  Shouldn't we put this in AUTOTARGETS?  Or at least the
> --enable-shared=no if BR2_PREFER_STATIC?
>
>  Regards,
>  Arnout

We could try, though i expect some trouble to arise, for example the 
new dnsmasq with lua support only links against static liblua.
There are probably others that have a flaky build system.
Regards.




More information about the buildroot mailing list