mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build: Fix distcheck failure on libwebrtc-util
Without -avoid-version, libtool creates a libwebrtc-util.so.0 and libwebrtc-util.so.0.0.0 which are not cleaned up by make uninstall, which in turn causes make distcheck to fail.
This commit is contained in:
parent
7af7c98756
commit
cd96e2c4e9
1 changed files with 1 additions and 0 deletions
|
|
@ -1842,6 +1842,7 @@ modlibexec_LTLIBRARIES += libwebrtc-util.la
|
|||
libwebrtc_util_la_SOURCES = modules/echo-cancel/webrtc.cc
|
||||
libwebrtc_util_la_CXXFLAGS = $(AM_CXXFLAGS) $(SERVER_CFLAGS) $(WEBRTC_CFLAGS) -DHAVE_WEBRTC=1
|
||||
libwebrtc_util_la_LIBADD = $(WEBRTC_LIBS)
|
||||
libwebrtc_util_la_LDFLAGS = -avoid-version
|
||||
|
||||
module_echo_cancel_la_CFLAGS += -DHAVE_WEBRTC=1
|
||||
module_echo_cancel_la_LIBADD += libwebrtc-util.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue