summaryrefslogtreecommitdiffstats
path: root/package/mosquitto/mosquitto.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-21 18:48:42 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-21 21:28:13 +0200
commit5b92c4de9413eceb0696f0eebead8f661a5534c6 (patch)
tree6dea7e7598c5150cabdcf6562ffaf0ec15ccb6be /package/mosquitto/mosquitto.mk
parent803c49891fc10659aea8e612bc85fae4a09a0269 (diff)
downloadbuildroot-5b92c4de9413eceb0696f0eebead8f661a5534c6.tar.gz
buildroot-5b92c4de9413eceb0696f0eebead8f661a5534c6.zip
mosquitto: supports only the real OpenSSL, not LibreSSL
mosquitto will not build with LibreSSL without patches, so let's support only OpenSSL. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mosquitto/mosquitto.mk')
-rw-r--r--package/mosquitto/mosquitto.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mosquitto/mosquitto.mk b/package/mosquitto/mosquitto.mk
index c763f48ab1..c9b4418d04 100644
--- a/package/mosquitto/mosquitto.mk
+++ b/package/mosquitto/mosquitto.mk
@@ -30,8 +30,8 @@ else
MOSQUITTO_MAKE_OPTS += WITH_THREADING=no
endif
-ifeq ($(BR2_PACKAGE_OPENSSL),y)
-MOSQUITTO_DEPENDENCIES += openssl
+ifeq ($(BR2_PACKAGE_LIBOPENSSL),y)
+MOSQUITTO_DEPENDENCIES += libopenssl
MOSQUITTO_MAKE_OPTS += WITH_TLS=yes
else
MOSQUITTO_MAKE_OPTS += WITH_TLS=no
OpenPOWER on IntegriCloud