diff options
Diffstat (limited to 'php71.spec')
-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 |