From 87056d5c3ef0c49fe93712948b40a6ffbc0aff92 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Mar 2017 08:55:25 +0100 Subject: F26 rebuild --- php71.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php71.spec b/php71.spec index 04aaf90..3f2ebb6 100644 --- a/php71.spec +++ b/php71.spec @@ -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 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