Explicirlt link libpulse instead of dlopen()'ning it to autoreq it and be sure of ABI compatibility

This commit is contained in:
Mikhail Novosyolov 2021-02-27 14:42:40 +03:00
parent 6ab1f551f5
commit 9f66c84101

View file

@ -67,7 +67,7 @@
Summary: A fast web browser based on the Blink engine Summary: A fast web browser based on the Blink engine
Name: chromium-browser-stable Name: chromium-browser-stable
Version: 88.0.4324.182 Version: 88.0.4324.182
Release: 1 Release: 2
License: BSD, LGPL License: BSD, LGPL
Group: Networking/WWW Group: Networking/WWW
Url: https://www.chromium.org/Home Url: https://www.chromium.org/Home
@ -514,6 +514,7 @@ export PYTHONPATH="../../third_party/pyjson5/src:../../xcb-proto-%{xcb_version}"
use_libjpeg_turbo=false \ use_libjpeg_turbo=false \
enable_widevine=%{is_widevine} \ enable_widevine=%{is_widevine} \
use_pulseaudio=true \ use_pulseaudio=true \
link_pulseaudio=true \
use_allocator="none" \ use_allocator="none" \
treat_warnings_as_errors=false \ treat_warnings_as_errors=false \
fatal_linker_warnings=false \ fatal_linker_warnings=false \