[Buildroot] [PATCH v3 1/2] paho-mqtt-c: new package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Oct 7 13:51:30 UTC 2016


Hello,

On Thu, 29 Sep 2016 15:09:58 +0530, Pranit Tanaji Sirsat wrote:

> +ifeq ($(BR2_PACKAGE_OPENSSL),y)
> +PAHO_MQTT_C_DEPENDENCIES = openssl
> +PAHO_MQTT_C_CONF_OPTS = -DPAHO_WITH_SSL=TRUE
> +else
> +PAHO_MQTT_C_CONF_OPTS = -DPAHO_WITH_SSL=FALSE
> +endif

We normally use += instead of = for assignments inside conditions. So
I've changed these to use +=, and applied your patch. Thanks!

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


More information about the buildroot mailing list