=== modified file 'cf/pthreads.m4'

Gbp-Pq: Name 025_pthreads
This commit is contained in:
Brian May 2017-04-26 06:29:22 +10:00 committed by openKylinBot
parent 6496e6527d
commit acc5ed24d3
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ case "$host" in
2.*|3.*)
native_pthread_support=yes
PTHREAD_CFLAGS=-pthread
PTHREAD_LIBADD=-pthread
PTHREAD_LIBADD="-pthread -lpthread"
;;
esac
;;