summarylogtreecommitdiffstats
path: root/remove-libpthread-stubs.patch
diff options
context:
space:
mode:
authorMattias Andrée2016-11-22 00:42:34 +0100
committerMattias Andrée2016-11-22 00:42:34 +0100
commita4e7841272b255061425726aec5c776973422b85 (patch)
tree42d3f039946ef30b84e504fd330d70783ec4893f /remove-libpthread-stubs.patch
parent2101e2b0e74b4462dd3d12e4c35fa40093a55880 (diff)
downloadaur-a4e7841272b255061425726aec5c776973422b85.tar.gz
Update to 13.0.1
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"
+ ;;
+ * )