summarylogtreecommitdiffstats
path: root/php56-autoconf.patch
diff options
context:
space:
mode:
authorEugene Lamskoy2024-03-27 16:52:12 +0200
committerEugene Lamskoy2024-03-27 16:52:12 +0200
commit12c17dd0339c8ff9cd7cdc1b07068ccca2c76bda (patch)
treee0e9c27581a12f1ff21a6ddd890a06cac4e3d141 /php56-autoconf.patch
parent7f6fde0995f6b4819dcd45b9e97b587578cb7f19 (diff)
downloadaur-php55.tar.gz
autoconf patch
Diffstat (limited to 'php56-autoconf.patch')
-rw-r--r--php56-autoconf.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/php56-autoconf.patch b/php56-autoconf.patch
new file mode 100644
index 000000000000..28aae881484f
--- /dev/null
+++ b/php56-autoconf.patch
@@ -0,0 +1,16 @@
+--- a/TSRM/threads.m4
++++ b/TSRM/threads.m4
+@@ -133,12 +133,12 @@
+ ac_cv_pthreads_cflags=$flag
+ break
+ fi
+ done
+ fi
+-fi
+ ])
++fi
+
+ AC_CACHE_CHECK(for pthreads_lib, ac_cv_pthreads_lib,[
+ ac_cv_pthreads_lib=
+ if test "$pthreads_working" != "yes"; then
+ for lib in pthread pthreads c_r; do