Date: Saturday, October 6, 2012 @ 15:23:08 Author: andyrtr Revision: 168198
archrelease: copy trunk to staging-i686, staging-x86_64 Deleted: mesa/repos/staging-i686/pthread_fix.diff mesa/repos/staging-x86_64/pthread_fix.diff ---------------------------------+ staging-i686/pthread_fix.diff | 23 ----------------------- staging-x86_64/pthread_fix.diff | 23 ----------------------- 2 files changed, 46 deletions(-) Deleted: staging-i686/pthread_fix.diff =================================================================== --- staging-i686/pthread_fix.diff 2012-10-06 19:22:28 UTC (rev 168197) +++ staging-i686/pthread_fix.diff 2012-10-06 19:23:08 UTC (rev 168198) @@ -1,23 +0,0 @@ -From dd4fde8f674f5e3efa19e929f97de4ecfd82391b Mon Sep 17 00:00:00 2001 -From: Matt Turner <[email protected]> -Date: Thu, 27 Sep 2012 22:49:52 +0000 -Subject: build: Set PTHREAD_LIBS for pkgconfig files if empty - ---- -diff --git a/configure.ac b/configure.ac -index 770df2f..dc2720d 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -509,6 +509,10 @@ AC_CHECK_DECLS([signbit],[], - - dnl Check for pthreads - AX_PTHREAD -+dnl AX_PTHREADS leaves PTHREAD_LIBS empty for gcc and sets PTHREAD_CFLAGS -+dnl to -pthread, which causes problems if we need -lpthread to appear in -+dnl pkgconfig files. -+test -z "$PTHREAD_LIBS" && PTHREAD_LIBS="-lpthread" - - dnl SELinux awareness. - AC_ARG_ENABLE([selinux], --- -cgit v0.9.0.2-2-gbebe Deleted: staging-x86_64/pthread_fix.diff =================================================================== --- staging-x86_64/pthread_fix.diff 2012-10-06 19:22:28 UTC (rev 168197) +++ staging-x86_64/pthread_fix.diff 2012-10-06 19:23:08 UTC (rev 168198) @@ -1,23 +0,0 @@ -From dd4fde8f674f5e3efa19e929f97de4ecfd82391b Mon Sep 17 00:00:00 2001 -From: Matt Turner <[email protected]> -Date: Thu, 27 Sep 2012 22:49:52 +0000 -Subject: build: Set PTHREAD_LIBS for pkgconfig files if empty - ---- -diff --git a/configure.ac b/configure.ac -index 770df2f..dc2720d 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -509,6 +509,10 @@ AC_CHECK_DECLS([signbit],[], - - dnl Check for pthreads - AX_PTHREAD -+dnl AX_PTHREADS leaves PTHREAD_LIBS empty for gcc and sets PTHREAD_CFLAGS -+dnl to -pthread, which causes problems if we need -lpthread to appear in -+dnl pkgconfig files. -+test -z "$PTHREAD_LIBS" && PTHREAD_LIBS="-lpthread" - - dnl SELinux awareness. - AC_ARG_ENABLE([selinux], --- -cgit v0.9.0.2-2-gbebe
