PKGBUILDs/extra/mesa/remove-libpthread-stubs.patch

14 lines
339 B
Diff
Raw Normal View History

2016-10-29 21:30:18 +00:00
diff --git a/configure.ac b/configure.ac
index 54416b4..8a708d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -824,7 +824,7 @@ test -z "$PTHREAD_LIBS" && PTHREAD_LIBS="-lpthread"
2016-07-15 12:37:02 +00:00
2016-10-29 21:30:18 +00:00
dnl pthread-stubs is mandatory on targets where it exists
case "$host_os" in
-cygwin* )
+cygwin* | linux* )
pthread_stubs_possible="no"
;;
* )