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 | d4b5fc431fae629bfc20d97f686227fab74c1fdc (patch) | |
tree | bb76b751d3f7bfe67b446bdd3c33c3047a1a276e | |
parent | 462cc938d67e400e7bcff04bee041b1d2661292e (diff) |
F26 rebuild
-rw-r--r-- | php.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -125,7 +125,7 @@ %endif %global rcver RC1 -%global rpmrel 1 +%global rpmrel 2 Summary: PHP scripting language for creating dynamic web sites @@ -1179,8 +1179,8 @@ build --libdir=%{_libdir}/php \ --with-pdo-oci=shared,instantclient,%{_root_prefix},%{oraclever} \ %endif %if %{with_interbase} - --with-interbase=shared,%{_libdir}/firebird \ - --with-pdo-firebird=shared,%{_libdir}/firebird \ + --with-interbase=shared \ + --with-pdo-firebird=shared \ %endif --enable-dom=shared \ --with-pgsql=shared \ @@ -1808,6 +1808,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 |