diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-10-21 19:39:00 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-10-21 19:39:00 (GMT) |
commit | 0e256d1f88f843ce7028edbe30a10077a741f992 (patch) | |
tree | 55eae230547beb74c142ecc2c7b325304f0b985c /abs/core/mesa/remove-libpthread-stubs.patch | |
parent | c9eb0144f769ce93f02747038e172983a34361d0 (diff) | |
download | linhes_pkgbuild-0e256d1f88f843ce7028edbe30a10077a741f992.zip linhes_pkgbuild-0e256d1f88f843ce7028edbe30a10077a741f992.tar.gz linhes_pkgbuild-0e256d1f88f843ce7028edbe30a10077a741f992.tar.bz2 |
mesa: update to 12.0.3
Diffstat (limited to 'abs/core/mesa/remove-libpthread-stubs.patch')
-rw-r--r-- | abs/core/mesa/remove-libpthread-stubs.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/abs/core/mesa/remove-libpthread-stubs.patch b/abs/core/mesa/remove-libpthread-stubs.patch new file mode 100644 index 0000000..5b44d03 --- /dev/null +++ b/abs/core/mesa/remove-libpthread-stubs.patch @@ -0,0 +1,14 @@ +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" + +-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], |