[Buildroot] [PATCH 2/2] zeromq: add norm support

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Mar 20 22:09:08 UTC 2016


Hello,

On Wed,  9 Mar 2016 06:35:42 -0300, Gustavo Zacarias wrote:
> +ifeq ($(BR2_PACKAGE_ZEROMQ_NORM),y)
> +ZEROMQ_CONF_OPTS += --with-norm
> +ZEROMQ_DEPENDENCIES += norm
> +endif

I've added an else clause that adds --without-norm to the configure
options, and applied.

>  ifeq ($(BR2_PACKAGE_ZEROMQ_PGM),y)
>  ZEROMQ_DEPENDENCIES += host-pkgconf openpgm
>  ZEROMQ_CONF_OPTS += --with-pgm

... and I've done a follow-up commit that adds --without-pgm in the
else clause here.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list