From 284a748f15d06029b4edf034ebb7c089c69a27d0 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 28 Nov 2019 21:09:54 +0100 Subject: [PATCH] fixes for 7.4 --- apache-php/apache-php.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/apache-php/apache-php.spec b/apache-php/apache-php.spec index eaa1abeb63..ae8e277158 100644 --- a/apache-php/apache-php.spec +++ b/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 \