summaryrefslogtreecommitdiff
path: root/pcr/mesa-vanilla/remove-libpthread-stubs.patch
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-03-31 04:55:36 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-03-31 05:31:52 -0400
commit8e1a1df2220dc767925557b454cde117fa009a25 (patch)
tree656bba22d9d582201baf472b39040fe2b72d5a81 /pcr/mesa-vanilla/remove-libpthread-stubs.patch
parentc2aa3a24cc957e1b3afb5d715dd428300e11a42d (diff)
downloadabslibre-8e1a1df2220dc767925557b454cde117fa009a25.tar.gz
abslibre-8e1a1df2220dc767925557b454cde117fa009a25.tar.bz2
abslibre-8e1a1df2220dc767925557b454cde117fa009a25.zip
Have [libre/mesa] more closely reflect Arch's mesa, re-add [pcr/mesa]
fixup mesa
Diffstat (limited to 'pcr/mesa-vanilla/remove-libpthread-stubs.patch')
-rw-r--r--pcr/mesa-vanilla/remove-libpthread-stubs.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pcr/mesa-vanilla/remove-libpthread-stubs.patch b/pcr/mesa-vanilla/remove-libpthread-stubs.patch
new file mode 100644
index 000000000..efe8aaddd
--- /dev/null
+++ b/pcr/mesa-vanilla/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"
+ ;;
+ * )