diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-03-10 08:55:25 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-03-10 08:55:25 +0100 | 
| commit | 87056d5c3ef0c49fe93712948b40a6ffbc0aff92 (patch) | |
| tree | e3340a4102dff7178854e5d52ec11f2a02fdb18a | |
| parent | b9c8ca3b0b109e0e1c32ad47cc6ef2f3e200c54c (diff) | |
F26 rebuild
| -rw-r--r-- | php71.spec | 13 | 
1 files changed, 8 insertions, 5 deletions
@@ -121,7 +121,7 @@  %endif  %global rcver         RC1 -%global rpmrel        1 +%global rpmrel        2  Summary: PHP scripting language for creating dynamic web sites  Name: php @@ -1324,8 +1324,8 @@ build --libdir=%{_libdir}/php \  %endif        --with-pdo-oci=shared,instantclient,/usr,%{oraclever} \  %endif -      --with-interbase=shared,%{_libdir}/firebird \ -      --with-pdo-firebird=shared,%{_libdir}/firebird \ +      --with-interbase=shared \ +      --with-pdo-firebird=shared \        --enable-dom=shared \        --with-pgsql=shared \        --enable-simplexml=shared \ @@ -1471,8 +1471,8 @@ build --includedir=%{_includedir}/php-zts \  %endif        --with-pdo-oci=shared,instantclient,/usr,%{oraclever} \  %endif -      --with-interbase=shared,%{_libdir}/firebird \ -      --with-pdo-firebird=shared,%{_libdir}/firebird \ +      --with-interbase=shared \ +      --with-pdo-firebird=shared \        --enable-dom=shared \        --with-pgsql=shared \        --enable-simplexml=shared \ @@ -2049,6 +2049,9 @@ fi  %changelog +* Fri Mar 10 2017 Remi Collet <remi@fedoraproject.org> 7.1.3-0.2.RC1 +- fix interbase build on F26 +  * Tue Feb 28 2017 Remi Collet <remi@fedoraproject.org> 7.1.3-0.1.RC1  - Update to 7.1.3RC1  | 
