[MPlayer-cvslog] r38326 - trunk/configure

Ingo Brückl ib at wupperonline.de
Sat Jan 1 13:10:48 EET 2022


> 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)"

Ingo


More information about the MPlayer-cvslog mailing list