* [Buildroot] [PATCH] zeromq: Remove useless space
@ 2015-07-13 19:12 Maxime Hadjinlian
2015-07-13 20:25 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Maxime Hadjinlian @ 2015-07-13 19:12 UTC (permalink / raw)
To: buildroot
Be coherent with all the other ifeq check where there's no space.
From the doc of Make, it should not cause any trouble, but coherence has
its own merit.
Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
package/zeromq/zeromq.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/zeromq/zeromq.mk b/package/zeromq/zeromq.mk
index 623a12e..029fab2 100644
--- a/package/zeromq/zeromq.mk
+++ b/package/zeromq/zeromq.mk
@@ -36,7 +36,7 @@ ZEROMQ_CONF_OPTS += --with-system-pgm
endif
# ZeroMQ uses libsodium if it's available.
-ifeq ($(BR2_PACKAGE_LIBSODIUM), y)
+ifeq ($(BR2_PACKAGE_LIBSODIUM),y)
ZEROMQ_DEPENDENCIES += libsodium
ZEROMQ_CONF_OPTS += --with-libsodium="$(STAGING_DIR)/usr"
else
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] zeromq: Remove useless space
2015-07-13 19:12 [Buildroot] [PATCH] zeromq: Remove useless space Maxime Hadjinlian
@ 2015-07-13 20:25 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-07-13 20:25 UTC (permalink / raw)
To: buildroot
Dear Maxime Hadjinlian,
On Mon, 13 Jul 2015 21:12:25 +0200, Maxime Hadjinlian wrote:
> Be coherent with all the other ifeq check where there's no space.
> From the doc of Make, it should not cause any trouble, but coherence has
> its own merit.
>
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
> package/zeromq/zeromq.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-13 20:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 19:12 [Buildroot] [PATCH] zeromq: Remove useless space Maxime Hadjinlian
2015-07-13 20:25 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox