From 4bc81cfedb0ecb68a0e74cde282f43235f4222fc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Oct 2019 09:54:38 +0200 Subject: cleanup --- php.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/php.spec b/php.spec index 519b9e9..99c066c 100644 --- a/php.spec +++ b/php.spec @@ -582,7 +582,7 @@ Provides: %{?scl_prefix}php_database Provides: %{?scl_prefix}php-pdo_firebird, %{?scl_prefix}php-pdo_firebird%{?_isa} %description pdo-firebird -The %{?scl_prefix}php-interbase package contains the PDO driver for +The %{?scl_prefix}php-pdo-firebird package contains the PDO driver for Interbase/Firebird databases. @@ -1169,11 +1169,10 @@ build --libdir=%{_libdir}/php \ %endif --enable-mbstring=shared \ --enable-mbregex \ -%if %{with_libgd} --enable-gd=shared \ +%if %{with_libgd} --with-external-gd \ %else - --enable-gd=shared \ --with-webp \ --with-jpeg \ --with-xpm \ -- cgit