projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
472f8c8
)
mosquitto: fix old whitespace bug
author
Karl Palsson
<karlp@remake.is>
Tue, 19 Jan 2016 10:40:18 +0000
(10:40 +0000)
committer
Karl Palsson
<karlp@remake.is>
Tue, 19 Jan 2016 12:05:48 +0000
(12:05 +0000)
Introduced back in 2014
Fixes: cd21cbb82eacf5c2dc60a8dd8dfa51f978b98193
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
net/mosquitto/Makefile
patch
|
blob
|
history
diff --git
a/net/mosquitto/Makefile
b/net/mosquitto/Makefile
index b1820f0987c949f39508879c18ae6b085be3f3d4..495ad143371347e2384bbedc2c590c6023d24a68 100644
(file)
--- a/
net/mosquitto/Makefile
+++ b/
net/mosquitto/Makefile
@@
-188,7
+188,7
@@
Package/libmosquitto-nossl/install = $(Package/libmosquitto/install)
# Applies to all...
MAKE_FLAGS += WITH_DOCS=no
ifeq ($(BUILD_VARIANT),nossl)
-
MAKE_FLAGS += WITH_TLS=no WITH_WEBSOCKETS=no
+ MAKE_FLAGS += WITH_TLS=no WITH_WEBSOCKETS=no
else
MAKE_FLAGS += WITH_WEBSOCKETS=$(if $(CONFIG_MOSQUITTO_LWS),"yes","no")
endif