[Pkg-voip-commits] [janus] 172/282: LWS_MAX_SMP=1 in README LWS build instructions

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit 85f421cfb342f224a6948c43abd8ae7b5767c81d
Author: Marshall Quander <marshall at quander.me>
Date:   Fri Nov 10 14:49:04 2017 -0800

    LWS_MAX_SMP=1 in README LWS build instructions
---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cdda337..5d5cfab 100644
--- a/README.md
+++ b/README.md
@@ -169,7 +169,8 @@ HTTP REST API, you'll have to install it manually:
 	# git checkout v1.5-chrome47-firefox41
 	mkdir build
 	cd build
-	cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_C_FLAGS="-fpic" ..
+	# See https://github.com/meetecho/janus-gateway/issues/732 re: LWS_MAX_SMP
+	cmake -DLWS_MAX_SMP=1 -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_C_FLAGS="-fpic" ..
 	make && sudo make install
 
 * *Note:* if libwebsockets.org is unreachable for any reason, replace

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list