Re: [Mesa-dev] [PATCH] configure.ac: pthread-stubs not present on OpenBSD

2018-02-20 Thread Emil Velikov
On 20 February 2018 at 10:38, Eric Engestrom wrote: > On Tuesday, 2018-02-20 17:38:00 +1100, Jonathan Gray wrote: >> pthread-stubs is no longer required on OpenBSD and has been removed. >> libpthread parts involved moved to libc. > > Similarly to the libdrm patch, I went to look for the meson.buil

Re: [Mesa-dev] [PATCH] configure.ac: pthread-stubs not present on OpenBSD

2018-02-20 Thread Eric Engestrom
On Tuesday, 2018-02-20 17:38:00 +1100, Jonathan Gray wrote: > pthread-stubs is no longer required on OpenBSD and has been removed. > libpthread parts involved moved to libc. Similarly to the libdrm patch, I went to look for the meson.build equivalent to fix it, but it seems to be missing... *BSD

[Mesa-dev] [PATCH] configure.ac: pthread-stubs not present on OpenBSD

2018-02-19 Thread Jonathan Gray
pthread-stubs is no longer required on OpenBSD and has been removed. libpthread parts involved moved to libc. Signed-off-by: Jonathan Gray Cc: 17.3 18.0 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 89c5e74127..30a3377