From 7706f2b2b1b29fd6c6ae700516d483ff95e8b774 Mon Sep 17 00:00:00 2001 From: Maxime Hadjinlian Date: Mon, 13 Jul 2015 21:12:25 +0200 Subject: [PATCH] zeromq: Remove useless space 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 Signed-off-by: Thomas Petazzoni --- 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 623a12eb37..029fab2bc7 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.30.2