pthread-flag.patch 551 B

1234567891011121314
  1. Index: libupnp-1.6.6/m4/acx_pthread.m4
  2. ===================================================================
  3. --- libupnp-1.6.6.orig/m4/acx_pthread.m4
  4. +++ libupnp-1.6.6/m4/acx_pthread.m4
  5. @@ -146,7 +146,7 @@ acx_pthread_flags="pthreads none -Kthrea
  6. # pthread-config: use pthread-config program (for GNU Pth library)
  7. case "${host_cpu}-${host_os}" in
  8. - *solaris*)
  9. + *solaris*|*linux*)
  10. # On Solaris (at least, for some versions), libc contains stubbed
  11. # (non-functional) versions of the pthreads routines, so link-based