[packages/php/dev-7.4] Rename --enable-libxml to --with-libxml to meet naming guidelines

glen glen at pld-linux.org
Tue Jun 18 09:49:25 CEST 2019


commit 2dd7b56eb55b15ec753ea1f023edb3a42e736113
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sat Jun 15 21:04:51 2019 +0300

    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 \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/c91d4fb9f019d5c9c657d81edf00813c7387856a



More information about the pld-cvs-commit mailing list