Skip to content
Commit de7a935f authored by orbea --'s avatar orbea -- Committed by Héctor Orón Martínez
Browse files

Add a missing -pthread to fix compile with slibtool.

When compiling wayland with slibtool instead of GNU libtool
it will fail building libtest_runner with an undefined
reference to pthread_join@@GLIBC_2.2.5. This is because
-pthread (Or -lpthread) is missing from display_test. If its
added the build succeeds as expected with slibtool and
continues to work with libtool. Its likely that libtool is
hiding this failure by silently adding the missing flag which
is not uncommon...

Exposed in commit aa51a833.

Fixes https://gitlab.freedesktop.org/wayland/wayland/issues/91



Signed-off-by: default avatarorbea <orbea@riseup.net>
parent 2504c6d7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment