dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm] configure.ac: pthread-stubs not present on OpenBSD
@ 2018-02-20  6:09 Jonathan Gray
  2018-02-20 10:21 ` Eric Engestrom
  0 siblings, 1 reply; 7+ messages in thread
From: Jonathan Gray @ 2018-02-20  6:09 UTC (permalink / raw)
  To: dri-devel

pthread-stubs is no longer required on OpenBSD and has been removed.
libpthread parts involved moved to libc.

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 35378b33..d024fcd8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,10 +65,10 @@ AC_CHECK_HEADERS([sys/sysctl.h sys/select.h])
 LT_PREREQ([2.2])
 LT_INIT([disable-static])
 
-dnl pthread-stubs is mandatory on BSD platforms, due to the nature of the
+dnl pthread-stubs is mandatory on some BSD platforms, due to the nature of the
 dnl project. Even then there's a notable issue as described in the project README
 case "$host_os" in
-linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu*)
+linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu* | openbsd*)
     pthread_stubs_possible="no"
     ;;
 * )
-- 
2.16.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-20 15:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-20  6:09 [PATCH libdrm] configure.ac: pthread-stubs not present on OpenBSD Jonathan Gray
2018-02-20 10:21 ` Eric Engestrom
2018-02-20 11:23   ` Jonathan Gray
2018-02-20 12:18     ` Eric Engestrom
2018-02-20 13:14       ` Jonathan Gray
2018-02-20 15:02   ` Emil Velikov
2018-02-20 15:12     ` Eric Engestrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox