pthread_flag.patch 557 B

12345678910111213
  1. diff -Naur libshout-2.2.2.orig/m4/acx_pthread.m4 libshout-2.2.2/m4/acx_pthread.m4
  2. --- libshout-2.2.2.orig/m4/acx_pthread.m4 2009-04-23 03:28:22.000000000 +0300
  3. +++ libshout-2.2.2/m4/acx_pthread.m4 2009-04-23 04:01:37.000000000 +0300
  4. @@ -62,7 +62,7 @@
  5. # pthread-config: use pthread-config program (for GNU Pth library)
  6. case "${host_cpu}-${host_os}" in
  7. - *solaris*)
  8. + *solaris*|*linux*)
  9. # On Solaris (at least, for some versions), libc contains stubbed
  10. # (non-functional) versions of the pthreads routines, so link-based