summarylogtreecommitdiffstats
path: root/remove-libpthread-stubs.patch
diff options
context:
space:
mode:
authormickybart2017-05-08 16:36:10 -0400
committermickybart2017-05-08 16:36:10 -0400
commitd80da84cf9f43a569b55c72f2e32041fe6623c69 (patch)
tree3007c13426f4c6579c4a4195f146833acc2bd437 /remove-libpthread-stubs.patch
parent968f579af8e2be916c1dc7d68d787891b41b7088 (diff)
downloadaur-d80da84cf9f43a569b55c72f2e32041fe6623c69.tar.gz
update to mesa 17
libglvnd is disabled for now as it is not compatible with libhybris. We are using the old way to separate libgl
Diffstat (limited to 'remove-libpthread-stubs.patch')
-rw-r--r--remove-libpthread-stubs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/remove-libpthread-stubs.patch b/remove-libpthread-stubs.patch
new file mode 100644
index 000000000000..efe8aaddd097
--- /dev/null
+++ b/remove-libpthread-stubs.patch
@@ -0,0 +1,13 @@
+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"
+
+ dnl pthread-stubs is mandatory on targets where it exists
+ case "$host_os" in
+-cygwin* )
++cygwin* | linux* )
+ pthread_stubs_possible="no"
+ ;;
+ * )