diff options
Diffstat (limited to '~coadde/mesa-vanilla/remove-libpthread-stubs.patch')
-rw-r--r-- | ~coadde/mesa-vanilla/remove-libpthread-stubs.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/~coadde/mesa-vanilla/remove-libpthread-stubs.patch b/~coadde/mesa-vanilla/remove-libpthread-stubs.patch new file mode 100644 index 000000000..efe8aaddd --- /dev/null +++ b/~coadde/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" + ;; + * ) |