[packages/php/dev-7.4] option --with-onig has been removed. Unless --disable-mbregex has been passed, libonig is required.

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


commit c91d4fb9f019d5c9c657d81edf00813c7387856a
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sat Jun 15 21:06:43 2019 +0300

    option --with-onig has been removed. Unless --disable-mbregex has been passed, libonig is required.
    
    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 | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index cc74c0a..8416bdf 100644
--- 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} \
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list