diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-29 11:11:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-29 11:11:49 +0200 |
commit | ed5185b67ee73f80d8dcb37399701cdac8894e33 (patch) | |
tree | c62d73ffaecd85ebb0419ba6af2eedd43d34164e /php.spec | |
parent | 9de689216b00fe7f67ceb46317513a8d85e567fe (diff) |
PHP 5.5 + 5.6, fix build with gd 2.2
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -700,9 +700,6 @@ BuildRequires: libXpm-devel %if %{with_t1lib} BuildRequires: t1lib-devel %endif -%if %{with_vpx} -BuildRequires: libvpx-devel -%endif %if %{with_libgd} BuildRequires: gd-devel >= 2.1.1 %if 0%{?fedora} <= 19 && 0%{?rhel} <= 7 @@ -710,6 +707,10 @@ Requires: gd-last%{?_isa} >= 2.1.1 %else Requires: gd%{?_isa} >= 2.1.1 %endif +%else +%if %{with_vpx} +BuildRequires: libvpx-devel +%endif %endif %description gd @@ -1068,9 +1069,6 @@ ln -sf ../configure --with-freetype-dir=%{_root_prefix} \ --with-png-dir=%{_root_prefix} \ --with-xpm-dir=%{_root_prefix} \ -%if %{with_vpx} - --with-vpx-dir=%{_root_prefix} \ -%endif --enable-gd-native-ttf \ %if %{with_t1lib} --with-t1lib=%{_root_prefix} \ @@ -1115,6 +1113,9 @@ build --libdir=%{_libdir}/php \ --with-gd=shared,%{_root_prefix} \ %else --with-gd=shared \ +%if %{with_vpx} + --with-vpx-dir=%{_root_prefix} \ +%endif %endif --with-gmp=shared \ --enable-calendar=shared \ |