mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build: Fix static linking
fixes bug #52038: gcc -static x.c `PKG_CONFIG_PATH=/usr/local/lib/pkgconfig pkg-config --static --libs libpulse-simple` /usr/bin/ld: error: cannot find -lpulsecommon-2.98 pulse/simple.c:373: error: undefined reference to 'pa_log_level_meta' pulse/simple.c:374: error: undefined reference to 'pa_log_level_meta' Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
ccf909ebf0
commit
b3d210eb83
3 changed files with 3 additions and 3 deletions
|
|
@ -8,5 +8,5 @@ Name: libpulse
|
|||
Description: PulseAudio Client Interface
|
||||
Version: @PACKAGE_VERSION@
|
||||
Libs: -L${libdir} -lpulse @PTHREAD_LIBS@
|
||||
Libs.private: -lpulsecommon-@PA_MAJORMINOR@
|
||||
Libs.private: -L${libdir}/pulseaudio -lpulsecommon-@PA_MAJORMINOR@
|
||||
Cflags: -I${includedir} -D_REENTRANT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue