Browse Source

fixes for 7.4

master
parent
commit
284a748f15
  1. 11
      apache-php/apache-php.spec

11
apache-php/apache-php.spec

@ -343,7 +343,7 @@ PreReq: gmp
--disable-all \
--enable-pdo \
--enable-filter \
--with-pcre-regex=%{l_prefix} \
--with-external-pcre \
%if "%{with_fileinfo}" == "yes"
--enable-fileinfo \
%endif
@ -442,8 +442,7 @@ PreReq: gmp
--enable-xml \
--enable-xmlreader \
--enable-xmlwriter \
--enable-libxml \
--with-libxml-dir=%{l_prefix} \
--with-libxml=%{l_prefix} \
%else
--disable-xml \
%endif
@ -499,7 +498,7 @@ PreReq: gmp
%endif
%if "%{with_simplexml}" == "yes"
--enable-simplexml \
--enable-libxml \
--with-libxml \
--with-libxml-dir=%{l_prefix} \
%else
--disable-simplexml \
@ -530,9 +529,9 @@ PreReq: gmp
--without-tidy \
%endif
%if "%{with_zip}" == "yes"
--enable-zip \
--with-zip \
%else
--disable-zip \
--without-zip \
%endif
%if "%{with_opcache}" == "yes"
--enable-opcache \

Loading…
Cancel
Save