You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
307 B
Diff
15 lines
307 B
Diff
Description: Enable websockets support.
|
|
Author: Roger Light <roger@atchoo.org>
|
|
Forwarded: not-needed
|
|
--- a/config.mk
|
|
+++ b/config.mk
|
|
@@ -69,7 +69,7 @@
|
|
WITH_UUID:=yes
|
|
|
|
# Build with websockets support on the broker.
|
|
-WITH_WEBSOCKETS:=no
|
|
+WITH_WEBSOCKETS:=yes
|
|
|
|
# Use elliptic keys in broker
|
|
WITH_EC:=yes
|