From d4b5fc431fae629bfc20d97f686227fab74c1fdc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Mar 2017 08:55:25 +0100 Subject: F26 rebuild --- php.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index abcddd0..54e382c 100644 --- a/php.spec +++ b/php.spec @@ -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 7.1.3-0.2.RC1 +- fix interbase build on F26 + * Tue Feb 28 2017 Remi Collet 7.1.3-0.1.RC1 - Update to 7.1.3RC1 -- cgit