summaryrefslogtreecommitdiff
path: root/libre/mesa-libcl/remove-libpthread-stubs.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-31 23:25:31 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-10-31 23:31:06 -0300
commit26335e1a01616f064192233024d9b17e8c5cbf39 (patch)
treeba7bcebbe6c2901cd56191133a9a9a094b80075f /libre/mesa-libcl/remove-libpthread-stubs.patch
parentb60ae8f9cec75824047cf30a3d259319f18e32e4 (diff)
mesa-libcl: minor fix
Diffstat (limited to 'libre/mesa-libcl/remove-libpthread-stubs.patch')
-rw-r--r--libre/mesa-libcl/remove-libpthread-stubs.patch25
1 files changed, 12 insertions, 13 deletions
diff --git a/libre/mesa-libcl/remove-libpthread-stubs.patch b/libre/mesa-libcl/remove-libpthread-stubs.patch
index 5b44d03cc..efe8aaddd 100644
--- a/libre/mesa-libcl/remove-libpthread-stubs.patch
+++ b/libre/mesa-libcl/remove-libpthread-stubs.patch
@@ -1,14 +1,13 @@
-diff -ur mesa-orig/configure.ac mesa-origb/configure.ac
---- mesa-orig/configure.ac 2016-05-25 15:37:44.191643017 +0200
-+++ mesa-origb/configure.ac 2016-05-25 15:42:20.861654709 +0200
-@@ -813,10 +813,6 @@
- dnl pkgconfig files.
- test -z "$PTHREAD_LIBS" && PTHREAD_LIBS="-lpthread"
+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"
--PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)
--AC_SUBST(PTHREADSTUBS_CFLAGS)
--AC_SUBST(PTHREADSTUBS_LIBS)
--
- dnl SELinux awareness.
- AC_ARG_ENABLE([selinux],
- [AS_HELP_STRING([--enable-selinux],
+ dnl pthread-stubs is mandatory on targets where it exists
+ case "$host_os" in
+-cygwin* )
++cygwin* | linux* )
+ pthread_stubs_possible="no"
+ ;;
+ * )