]> git.pld-linux.org Git - packages/php.git/commitdiff
Rename --enable-libxml to --with-libxml to meet naming guidelines
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Jun 2019 18:04:51 +0000 (21:04 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Jun 2019 18:05:12 +0000 (21:05 +0300)
refs:
- https://github.com/php/php-src/commit/9f0c9b7ad6316b6185a2fc2997bf241785c30120

php.spec

index c7f8be8761bfb26e3cb78f28bb4ca797fd3540e9..cc74c0ab07377dbb3f2821f40cbf30c161229743 100644 (file)
--- 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 \
This page took 0.057554 seconds and 4 git commands to generate.