]> git.pld-linux.org Git - packages/php.git/blobdiff - php.spec
add missing includes to fix build with libxml2 >= 2.12
[packages/php.git] / php.spec
index 4472408ed6dd5fab9427695df7eb050938f19e67..ff36429769bd78f37d983f0c9f6f0c4fa1eb22ee 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -201,6 +201,7 @@ Patch67:    mysql-lib-ver-mismatch.patch
 Patch68:       php-mysql-ssl-context.patch
 Patch71:       libdb-info.patch
 Patch72:       openssl.patch
+Patch73:       missing-includes.patch
 URL:           https://www.php.net/
 %{?with_pdo_firebird:%{!?with_interbase_inst:BuildRequires:    Firebird-devel >= 1.0.2.908-2}}
 %{?with_pspell:BuildRequires:  aspell-devel >= 2:0.50.0}
@@ -1897,6 +1898,7 @@ cp -p php.ini-production php.ini
 #%patch68 -p1 DROP or update to 7.0 APIs
 %patch71 -p1 -b .libdb-info
 %patch72 -p1
+%patch73 -p1
 
 sed -E -i -e '1s,#!\s*/usr/bin/env\s+(.*),#!%{__bindir}\1,' \
       ext/ext_skel.php \
This page took 0.05088 seconds and 4 git commands to generate.