Browse Source

add sockets and xmlwriter support

master
parent
commit
3213a3e5d1
  1. 7
      php/php.spec

7
php/php.spec

@ -32,7 +32,7 @@ Class: BASE
Group: Language
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
@ -418,6 +419,7 @@ PreReq: tidy
%if "%{with_xml}" == "yes"
--enable-xml \
--enable-xmlreader \
--enable-xmlwriter \
--enable-libxml \
--with-libxml-dir=%{l_prefix} \
%else
@ -465,6 +467,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