]> git.pld-linux.org Git - packages/php.git/commitdiff
Rename configure --with-litespeed to --enable-litespeed
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Jun 2019 18:28:31 +0000 (21:28 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 19 Jun 2019 18:28:31 +0000 (21:28 +0300)
refs:
- https://github.com/php/php-src/commit/8e456d3b9e34ce0bf26ec23a2c88cae2bedec7dd

php.spec

index bacd74d60ffceb8c57d085583b535d97f2c7d0a8..39d9d25d7f5aef7febe7f1420a9b177aac84b0bd 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2306,7 +2306,7 @@ for sapi in $sapis; do
                sapi_args="--with-apxs2=%{apxs2} --with-apache-version=$ver"
        ;;
        litespeed)
-               sapi_args='--with-litespeed'
+               sapi_args='--enable-litespeed'
        ;;
        phpdbg)
                sapi_args='--enable-phpdbg %{?debug:--enable-phpdbg-debug}'
This page took 0.041117 seconds and 4 git commands to generate.