]> git.pld-linux.org Git - packages/php.git/commitdiff
(gd) T1Lib support removed
authorElan Ruusamäe <glen@delfi.ee>
Sun, 20 Sep 2015 18:30:22 +0000 (21:30 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 20 Sep 2015 18:30:22 +0000 (21:30 +0300)
php.spec

index 09dcb38f8172726d92bb88d2313a9af7691128d9..eef7452e8d3226fceddede17b3e38726070fe083 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -276,7 +276,6 @@ BuildRequires:      xz
 %if %{with sqlite3} || %{with pdo_sqlite}
 BuildRequires: sqlite3-devel >= 3.3.9
 %endif
-BuildRequires: t1lib-devel
 %{?with_tidy:BuildRequires:    tidy-devel}
 %{?with_odbc:BuildRequires:    unixODBC-devel}
 %{?with_xmlrpc:BuildRequires:  xmlrpc-epi-devel >= 0.54.1}
@@ -2423,7 +2422,6 @@ for sapi in $sapis; do
        %{?with_sybase_ct:--with-sybase-ct=shared,/usr} \
        %{!?with_pdo_sqlite:--without-pdo-sqlite} \
        %{__with_without sqlite3 sqlite3 shared,/usr} \
-       --with-t1lib=shared \
        %{?with_tidy:--with-tidy=shared} \
        %{?with_odbc:--with-unixODBC=shared,/usr} \
        %{__with_without xmlrpc xmlrpc shared,/usr} \
This page took 1.478794 seconds and 4 git commands to generate.