From 2dd7b56eb55b15ec753ea1f023edb3a42e736113 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 15 Jun 2019 21:04:51 +0300 Subject: [PATCH] Rename --enable-libxml to --with-libxml to meet naming guidelines refs: - https://github.com/php/php-src/commit/9f0c9b7ad6316b6185a2fc2997bf241785c30120 --- php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.spec b/php.spec index c7f8be8..cc74c0a 100644 --- a/php.spec +++ b/php.spec @@ -2313,7 +2313,7 @@ for sapi in $sapis; do %{__enable_disable fileinfo fileinfo shared} \ %{__enable_disable ftp ftp shared} \ %{?with_intl:--enable-intl=shared} \ - --enable-libxml \ + --with-libxml \ %{__enable_disable mbstring mbstring shared,all} \ --with-onig=/usr \ --enable-mbregex \ -- 2.44.0