]> git.pld-linux.org Git - packages/php.git/blobdiff - php-threads-acfix.patch
- rel 4; build with freetds 0.82
[packages/php.git] / php-threads-acfix.patch
index 2844dd007acf1da4645ec7c8953070bcb4d60ca7..2245eacc1b2386cdd9b380cf6bd78a9d700a4e13 100644 (file)
@@ -1,6 +1,7 @@
---- php-4.3.1/TSRM/threads.m4.orig     Wed Feb 19 15:57:09 2003
-+++ php-4.3.1/TSRM/threads.m4  Wed Feb 19 15:57:42 2003
-@@ -108,7 +108,6 @@
+diff -burN php-5.0.4RC1.orig/TSRM/threads.m4 php-5.0.4RC1/TSRM/threads.m4
+--- php-5.0.4RC1.orig/TSRM/threads.m4  2005-03-15 18:02:27.630294512 +0100
++++ php-5.0.4RC1/TSRM/threads.m4       2005-03-15 18:07:05.301082136 +0100
+@@ -116,7 +116,6 @@
  else
    save_CFLAGS=$CFLAGS
    save_LIBS=$LIBS
@@ -8,7 +9,7 @@
    PTHREADS_CHECK_COMPILE
    LIBS=$save_LIBS
    CFLAGS=$save_CFLAGS
-@@ -126,9 +125,10 @@
+@@ -134,9 +133,10 @@
          break
        fi
      done
  
  AC_CACHE_CHECK(for pthreads_lib, ac_cv_pthreads_lib,[
  ac_cv_pthreads_lib=
-@@ -155,6 +155,7 @@
+@@ -163,6 +163,7 @@
  dnl
  dnl
- AC_DEFUN(PTHREADS_ASSIGN_VARS,[
+ AC_DEFUN([PTHREADS_ASSIGN_VARS],[
 +if test "$pthreads_assign_done" != "yes" ; then
  if test -n "$ac_cv_pthreads_lib"; then
    LIBS="$LIBS -l$ac_cv_pthreads_lib"
  fi
-@@ -163,4 +164,6 @@
+@@ -170,4 +171,6 @@
  if test -n "$ac_cv_pthreads_cflags"; then
    CFLAGS="$CFLAGS $ac_cv_pthreads_cflags"
  fi
This page took 0.045389 seconds and 4 git commands to generate.