summarylogtreecommitdiffstats
path: root/disable-pthread-stubs-on-linux.patch
diff options
context:
space:
mode:
Diffstat (limited to 'disable-pthread-stubs-on-linux.patch')
-rw-r--r--disable-pthread-stubs-on-linux.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/disable-pthread-stubs-on-linux.patch b/disable-pthread-stubs-on-linux.patch
deleted file mode 100644
index 09ca1fd2daac..000000000000
--- a/disable-pthread-stubs-on-linux.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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"
- ;;
- * )