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

2018-02-20 Thread Eric Engestrom
On Tuesday, 2018-02-20 15:02:26 +, Emil Velikov wrote: > On 20 February 2018 at 10:21, Eric Engestrom > wrote: > > On Tuesday, 2018-02-20 17:09:14 +1100, Jonathan Gray wrote: > >> pthread-stubs is no longer required on OpenBSD and has been removed. > >> libpthread parts involved moved to libc

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

2018-02-20 Thread Emil Velikov
On 20 February 2018 at 10:21, Eric Engestrom wrote: > On Tuesday, 2018-02-20 17:09:14 +1100, Jonathan Gray wrote: >> pthread-stubs is no longer required on OpenBSD and has been removed. >> libpthread parts involved moved to libc. > > Great news! > Reviewed-by: Eric Engestrom > > Note that meson n

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

2018-02-20 Thread Jonathan Gray
On Tue, Feb 20, 2018 at 12:18:45PM +, Eric Engestrom wrote: > On Tuesday, 2018-02-20 22:23:41 +1100, Jonathan Gray wrote: > > On Tue, Feb 20, 2018 at 10:21:38AM +, Eric Engestrom wrote: > > > On Tuesday, 2018-02-20 17:09:14 +1100, Jonathan Gray wrote: > > > > pthread-stubs is no longer requ

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

2018-02-20 Thread Eric Engestrom
On Tuesday, 2018-02-20 22:23:41 +1100, Jonathan Gray wrote: > On Tue, Feb 20, 2018 at 10:21:38AM +, Eric Engestrom wrote: > > On Tuesday, 2018-02-20 17:09:14 +1100, Jonathan Gray wrote: > > > pthread-stubs is no longer required on OpenBSD and has been removed. > > > libpthread parts involved mo

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

2018-02-20 Thread Jonathan Gray
On Tue, Feb 20, 2018 at 10:21:38AM +, Eric Engestrom wrote: > On Tuesday, 2018-02-20 17:09:14 +1100, Jonathan Gray wrote: > > pthread-stubs is no longer required on OpenBSD and has been removed. > > libpthread parts involved moved to libc. > > Great news! > Reviewed-by: Eric Engestrom > > No

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

2018-02-20 Thread Eric Engestrom
On Tuesday, 2018-02-20 17:09:14 +1100, Jonathan Gray wrote: > pthread-stubs is no longer required on OpenBSD and has been removed. > libpthread parts involved moved to libc. Great news! Reviewed-by: Eric Engestrom Note that meson needs the same change: 8< diff --git a/meson.build b/meson

[PATCH libdrm] 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 35378b33..d024fcd8 100644 --- a/co