diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-02 09:54:38 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-02 09:54:38 +0200 |
commit | 4bc81cfedb0ecb68a0e74cde282f43235f4222fc (patch) | |
tree | 26e462f960e7c9b1101662bc1ef723caabd10ff6 | |
parent | 5d2767803c9b91364b08465fbd71ffbcbd4f9aab (diff) |
cleanup
-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 \ |