summarylogtreecommitdiffstats
path: root/disable-pthread-stubs-on-linux.patch
blob: 09ca1fd2daacdeaa724dc4bec8819363697d7be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -aur mesa.a/configure.ac mesa.b/configure.ac
--- mesa.a/configure.ac	2016-07-21 01:37:47.000000000 +0200
+++ mesa.b/configure.ac	2016-07-21 01:46:59.426168060 +0200
@@ -825,7 +825,7 @@
 
 dnl pthread-stubs is mandatory on targets where it exists
 case "$host_os" in
-cygwin* )
+cygwin* | linux* )
     pthread_stubs_possible="no"
     ;;
 * )