[packages/php/PHP_5_3] more configure and type fixes

atler atler at pld-linux.org
Thu Jan 30 14:31:01 CET 2025


commit 04838f2ccb3fc3ae23c1ac20c1592bf60cfd2433
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 3c93432..0c3fe3b 100644
--- a/types.patch
+++ b/types.patch
@@ -359,3 +359,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/fa45464d430906614c2c00fb7f0736ecec41f51f



More information about the pld-cvs-commit mailing list