Browse Source

add sockets and xmlwriter support

master
parent
commit
a1e62ef734
  1. 7
      apache-php/apache-php.spec

7
apache-php/apache-php.spec

@ -32,7 +32,7 @@ Class: BASE
Group: Web
License: PHP
Version: 5.4.11
Release: 20130118
Release: 20130215
# package options
%option with_bc no
@ -72,6 +72,7 @@ Release: 20130118
%option with_simplexml no
%option with_snmp no
%option with_soap no
%option with_sockets no
%option with_sqlite no
%option with_ssl no
%option with_tidy no
@ -420,6 +421,7 @@ PreReq: tidy
%if "%{with_xml}" == "yes"
--enable-xml \
--enable-xmlreader \
--enable-xmlwriter \
--enable-libxml \
--with-libxml-dir=%{l_prefix} \
%else
@ -467,6 +469,9 @@ PreReq: tidy
%else
--without-pear \
%endif
%if "%{with_sockets}" == "yes"
--enable-sockets \
%endif
%if "%{with_simplexml}" == "yes"
--enable-simplexml \
--enable-libxml \

Loading…
Cancel
Save