[packages/php/PHP_5_4] more configure and type fixes
atler
atler at pld-linux.org
Thu Jan 30 12:42:16 CET 2025
commit e11b0252072a83b1bf2309a8dda112cac93c2a9f
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Jan 30 00:37:27 2025 +0100
more configure and type fixes
configure.patch | 30 ++++++++++++++++++++++++++++++
types.patch | 11 +++++++++++
2 files changed, 41 insertions(+)
---
diff --git a/configure.patch b/configure.patch
index e8d124b..996cf70 100644
--- a/configure.patch
+++ b/configure.patch
@@ -233,3 +233,33 @@
ac_cv_broken_sprintf=no
],[
ac_cv_broken_sprintf=yes
+--- php-5.5.38/TSRM/threads.m4.orig 2016-07-20 10:41:48.000000000 +0200
++++ php-5.5.38/TSRM/threads.m4 2025-01-29 21:35:44.424923887 +0100
+@@ -135,8 +135,8 @@
+ fi
+ done
+ fi
+-fi
+ ])
++fi
+
+ AC_CACHE_CHECK(for pthreads_lib, ac_cv_pthreads_lib,[
+ ac_cv_pthreads_lib=
+--- php-5.5.38/ext/curl/config.m4.orig 2016-07-20 10:41:48.000000000 +0200
++++ php-5.5.38/ext/curl/config.m4 2025-01-29 22:41:36.453994182 +0100
+@@ -61,6 +61,7 @@
+ AC_PROG_CPP
+ AC_MSG_CHECKING([for openssl support in libcurl])
+ AC_TRY_RUN([
++#include <string.h>
+ #include <curl/curl.h>
+
+ int main(int argc, char *argv[])
+@@ -88,6 +89,7 @@
+
+ AC_MSG_CHECKING([for gnutls support in libcurl])
+ AC_TRY_RUN([
++#include <string.h>
+ #include <curl/curl.h>
+
+ int main(int argc, char *argv[])
diff --git a/types.patch b/types.patch
index 6b25929..b64b18c 100644
--- a/types.patch
+++ b/types.patch
@@ -405,3 +405,14 @@
unsigned long put_cnt = 0, rem_cnt;
unsigned short chunk_size;
int result = 1;
+--- php-5.5.38/ext/zip/lib/zip_source_pkware.c.orig 2016-07-20 10:41:48.000000000 +0200
++++ php-5.5.38/ext/zip/lib/zip_source_pkware.c 2025-01-29 22:53:08.977879647 +0100
+@@ -49,7 +49,7 @@
+ #define KEY1 591751049
+ #define KEY2 878082192
+
+-static const uLongf *crc = NULL;
++static const z_crc_t *crc = NULL;
+
+ #define CRC32(c, b) (crc[((c) ^ (b)) & 0xff] ^ ((c) >> 8))
+
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/3eb67af7ec196c2bcb3e4022f9109250626c7e13
More information about the pld-cvs-commit
mailing list