зеркало из https://github.com/mozilla/hubs-ops.git
Use temporary gfodor libnice fork which is master compatible with glibc 2.50, and also set fixed # of event loop threads to 64
This commit is contained in:
Родитель
ce18634997
Коммит
5c057b9089
|
@ -4,6 +4,7 @@
|
|||
; and, if needed, shared apisecret and/or token authentication mechanism
|
||||
; between application(s) and Janus.
|
||||
[general]
|
||||
event_loops = 64
|
||||
configs_folder = {{ pkg.svc_config_path }}
|
||||
plugins_folder = {{ pkg.path }}/lib/janus/plugins ; Plugins folder
|
||||
transports_folder = {{ pkg.path }}/lib/janus/transports ; Transports folder
|
||||
|
|
|
@ -62,7 +62,7 @@ do_download() {
|
|||
|
||||
pushd $HAB_CACHE_SRC_PATH
|
||||
|
||||
git-get libnice/libnice 563bee297bf29b73d8e2d7ebe68505e11a087276
|
||||
git-get gfodor/libnice 9a0607732902c2024960886a952edc8b9e3e5f77
|
||||
|
||||
popd
|
||||
}
|
||||
|
@ -72,7 +72,7 @@ do_strip() {
|
|||
}
|
||||
|
||||
do_build() {
|
||||
pushd $HAB_CACHE_SRC_PATH/libnice/libnice
|
||||
pushd $HAB_CACHE_SRC_PATH/gfodor/libnice
|
||||
|
||||
libtoolize
|
||||
|
||||
|
@ -101,7 +101,7 @@ do_build() {
|
|||
}
|
||||
|
||||
do_install() {
|
||||
pushd $HAB_CACHE_SRC_PATH/libnice/libnice
|
||||
pushd $HAB_CACHE_SRC_PATH/gfodor/libnice
|
||||
|
||||
do_default_install
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче