diff options
-rw-r--r-- | php.spec | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 \ |