]> 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 fd2d160d67f99d1b9f3938bbb5de7cbc35e760cf..0305240b263bcb8556d1974ef83e335040f40f9a 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -206,6 +206,7 @@ Patch67:    mysql-lib-ver-mismatch.patch
 Patch68:       php-mysql-ssl-context.patch
 Patch71:       libdb-info.patch
 Patch72:       libtool-tag.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}
@@ -1905,6 +1906,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} -i -e '1s,/usr/bin/env php,%{_bindir}/php,' \
        ext/ext_skel.php \
This page took 0.042352 seconds and 4 git commands to generate.