From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v3 1/2] paho-mqtt-c: new package
Date: Fri, 7 Oct 2016 15:51:30 +0200 [thread overview]
Message-ID: <20161007155130.15130229@free-electrons.com> (raw)
In-Reply-To: <1475141999-19771-1-git-send-email-Pranit.Sirsat@imgtec.com>
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
prev parent reply other threads:[~2016-10-07 13:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-29 9:39 [Buildroot] [PATCH v3 1/2] paho-mqtt-c: new package Pranit Tanaji Sirsat
2016-09-29 9:39 ` [Buildroot] [PATCH v3 2/2] DEVELOPERS: list paho-mqtt-c package under my name Pranit Tanaji Sirsat
2016-10-07 13:51 ` Thomas Petazzoni
2016-10-07 13:51 ` Thomas Petazzoni [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161007155130.15130229@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox