Browse Source

remove no longer existing option

master
parent
commit
e0bced038a
  1. 3
      php-fpm/php-fpm.spec

3
php-fpm/php-fpm.spec

@ -32,7 +32,7 @@ Class: BASE
Group: Web Group: Web
License: PHP License: PHP
Version: 7.4.0 Version: 7.4.0
Release: 20191128 Release: 20191201
# package options # package options
%option with_bc no %option with_bc no
@ -501,7 +501,6 @@ PreReq: gmp
%if "%{with_simplexml}" == "yes" %if "%{with_simplexml}" == "yes"
--enable-simplexml \ --enable-simplexml \
--with-libxml \ --with-libxml \
--with-libxml-dir=%{l_prefix} \
%else %else
--disable-simplexml \ --disable-simplexml \
%endif %endif

Loading…
Cancel
Save