projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27652be
)
package/janus-gateway: Changed WebSockets library from libwebsock to libwebsockets
author
Bernd Kuhls
<bernd.kuhls@t-online.de>
Mon, 6 Jun 2016 05:21:15 +0000
(07:21 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Mon, 6 Jun 2016 07:47:19 +0000
(09:47 +0200)
For details see
https://github.com/meetecho/janus-gateway/commit/
f500ae8ea492109e7e8d52c669e1a7d1a5021537
Fixes
http://autobuild.buildroot.net/results/e46/
e468792af4aadbc6c9fce828a9d423e35c303b90
/
http://autobuild.buildroot.net/results/88f/
88f2cdbe2aad2d2476372dd4d559edf2bf16d5b1
/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/janus-gateway/janus-gateway.mk
patch
|
blob
|
history
diff --git
a/package/janus-gateway/janus-gateway.mk
b/package/janus-gateway/janus-gateway.mk
index 206a855cc89d0c4504e3c8f8789a800c55556dc0..d65ab19d4e302b036836746d336e8e1fb5d831af 100644
(file)
--- a/
package/janus-gateway/janus-gateway.mk
+++ b/
package/janus-gateway/janus-gateway.mk
@@
-26,8
+26,8
@@
JANUS_GATEWAY_CONF_OPTS = \
--disable-data-channels \
--disable-rabbitmq
-ifeq ($(BR2_PACKAGE_LIBWEBSOCK),y)
-JANUS_GATEWAY_DEPENDENCIES += libwebsock
+ifeq ($(BR2_PACKAGE_LIBWEBSOCK
ETS
),y)
+JANUS_GATEWAY_DEPENDENCIES += libwebsock
ets
JANUS_GATEWAY_CONF_OPTS += --enable-websockets
else
JANUS_GATEWAY_CONF_OPTS += --disable-websockets