commit 2753f70caeb80fb32ad0ac28e8830258bb8eefe6
Author: Jakub Bogusz <[email protected]>
Date:   Fri Jun 7 17:32:06 2024 +0200

    - added ac fix (misplaced brackets)

 php-ac.patch | 12 ++++++++++++
 php.spec     |  2 ++
 2 files changed, 14 insertions(+)
---
diff --git a/php.spec b/php.spec
index 611466f..54a7a87 100644
--- a/php.spec
+++ b/php.spec
@@ -204,6 +204,7 @@ Patch15:    charset.patch
 Patch16:       mysql-auth.patch
 Patch17:       %{orgname}-readline.patch
 Patch18:       %{orgname}-nohttpd.patch
+Patch19:       %{orgname}-ac.patch
 Patch21:       %{orgname}-dba-link.patch
 Patch22:       %{orgname}-both-apxs.patch
 Patch23:       %{orgname}-builddir.patch
@@ -2117,6 +2118,7 @@ cp -p php.ini-production php.ini
 %patch16 -p1
 %patch17 -p1
 %patch18 -p1
+%patch19 -p1
 %patch21 -p1
 %patch22 -p1
 %patch23 -p1
diff --git a/php-ac.patch b/php-ac.patch
new file mode 100644
index 0000000..8e86d26
--- /dev/null
+++ b/php-ac.patch
@@ -0,0 +1,12 @@
+--- php-5.6.40/TSRM/threads.m4.orig    2019-01-09 10:54:13.000000000 +0100
++++ php-5.6.40/TSRM/threads.m4 2024-06-07 17:18:20.924718277 +0200
+@@ -135,8 +135,8 @@ else
+       fi
+     done
+   fi
++  ])
+ fi
+-])
+ 
+ AC_CACHE_CHECK(for pthreads_lib, ac_cv_pthreads_lib,[
+ ac_cv_pthreads_lib=
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/2753f70caeb80fb32ad0ac28e8830258bb8eefe6

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to