]> git.pld-linux.org Git - packages/php.git/commitdiff
option --with-onig has been removed. Unless --disable-mbregex has been passed, liboni...
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Jun 2019 18:06:43 +0000 (21:06 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sat, 15 Jun 2019 18:08:52 +0000 (21:08 +0300)
The oniguruma library is no longer bundled with PHP, instead libonig
needs to be available on the system. Alternatively --disable-mbregex can
be used to disable the mbregex component.

refs:
- https://github.com/php/php-src/commit/a6c535e658b9c763186ec7a91007f2dd7469820e
- https://github.com/php/php-src/commit/d1c1481081ef6280bf403b290501ca62d736cb8b

php.spec

index cc74c0ab07377dbb3f2821f40cbf30c161229743..8416bdf0f6c74d37719d6bff3afd85079b301a24 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2315,7 +2315,6 @@ for sapi in $sapis; do
        %{?with_intl:--enable-intl=shared} \
        --with-libxml \
        %{__enable_disable mbstring mbstring shared,all} \
-       --with-onig=/usr \
        --enable-mbregex \
        %{__enable_disable pcntl pcntl shared} \
        %{__enable_disable pdo pdo shared} \
This page took 0.054467 seconds and 4 git commands to generate.