]> git.pld-linux.org Git - packages/php.git/commitdiff
- drop expat, not needed for anything
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 14 Sep 2009 10:56:24 +0000 (10:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.816

php.spec

index 70bb2531c749f2d1297e6f3efeeb44f30085765d..ac858e7c259be569b42d18190d51ae27011150c6 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -139,9 +139,6 @@ BuildRequires:      bzip2-devel
 BuildRequires: cyrus-sasl-devel
 BuildRequires: db-devel >= 4.0
 BuildRequires: elfutils-devel
-%if %{with xmlrpc}
-BuildRequires: expat-devel
-%endif
 %{?with_fdf:BuildRequires:     fdftk-devel}
 BuildRequires: flex
 Requires:      fcgi-devel
@@ -1755,6 +1752,7 @@ for sapi in $sapis; do
        %{?with_odbc:--with-pdo-odbc=shared,unixODBC,/usr} \
        %{?with_pgsql:--with-pdo-pgsql=shared} \
        %{?with_sqlite:--with-pdo-sqlite=shared,/usr} \
+       --without-libexpat-dir \
        --enable-mysqlnd-threading \
        --enable-posix=shared \
        --enable-session \
This page took 0.132805 seconds and 4 git commands to generate.