OSDN Git Service

configure.ac: add -pthread to PTHREAD_LIBS
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 4 Jun 2017 23:03:59 +0000 (00:03 +0100)
committerAndres Gomez <agomez@igalia.com>
Wed, 28 Jun 2017 17:15:03 +0000 (20:15 +0300)
commit0889282a7dab9b5d37d816daf0eba95c012edb23
tree7889651ff490227039bfe71ffeb27954517ac06d
parentd0201078d58272bc162d71bc68664e86417a7682
configure.ac: add -pthread to PTHREAD_LIBS

As described inline - follow what's written in the manual and what works
for all platforms that Mesa supports.

We want to untangle things leaving only -pthread, yet that has a
potential of causing regressions. Thus we'll do it as a follow-up patch.

As a nice side-effect this resolves issues, where the system lacks
libpthread.so, yet the linker does not warn about it and we and up with
unresolved symbols.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101071
Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
(cherry picked from commit e5aa806e5f01b842d1af4775f8e4c53282908304)
configure.ac