8 Mar
2012
8 Mar
'12
10:53 a.m.
Jonathan Andrews wrote:
On Wed, 2012-02-22 at 17:23 +0100, Clemens Ladisch wrote:
Now it doesn't use any pthread functions.
Thanks, use or require ? Still complains if I static compile my application but don't link with pthreads.
Please try with the patch below; this should remove the last occurence of pthreads in alsa-lib.
Regards, Clemens
--- alsa-lib/configure.in +++ alsa-lib/configure.in @@ -512,6 +512,7 @@ if test "$HAVE_LIBDL" != "yes"; then fi
if test "$HAVE_LIBPTHREAD" != "yes"; then + build_pcm_meter="no" build_pcm_share="no" fi