[MPlayer-cvslog] r38326 - trunk/configure

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sat Jan 1 19:43:16 EET 2022


On 1 January 2022 12:10:48 CET, "Ingo Brückl" <ib at wupperonline.de> wrote:
>> Author: al
>> Date: Sun Nov  7 01:46:52 2021
>> New Revision: 38326
>
>> Log:
>> configure: clock_gettime: Try without -lrt too
>
>This breaks linking with a static version of libpulse for me:
>
>  /usr/bin/ld: /tmp/usr/lib/pulseaudio/libpulsecommon-13.0.a(libpulsecommon_13.0_la-shm.o): undefined reference to symbol 'shm_open@@GLIBC_2.2'
>  /lib/librt.so.1: error adding symbols: DSO missing from command line
>
>Locally patched configure:
>
>-  libs_mplayer="$libs_mplayer $($_pkg_config --libs libpulse)"
>+  libs_mplayer="$libs_mplayer $($_pkg_config --libs libpulse --static)"

Wouldn't that simply mean that the libpulse pkgconfig file is broken? 


More information about the MPlayer-cvslog mailing list