Re: [alsa-devel] Random process lockup on ARM board: alsa-lib-1.0.25, FUTEX_WAIT_PRIVATE
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
4630
Age (days ago)
4630
Last active (days ago)
0 comments
1 participants
participants (1)
-
Clemens Ladisch