!136 fix build error for loongarch64
From: @zhangwenlong01 Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
ce984b38e6
7
php.spec
7
php.spec
@ -28,7 +28,7 @@
|
||||
|
||||
Name: php
|
||||
Version: %{upver}
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
License: PHP-3.01 and Zend and BSD and MIT and ASL 1.0 and NCSA and Boost
|
||||
URL: http://www.php.net/
|
||||
@ -717,7 +717,7 @@ ln -sf ../configure
|
||||
--with-system-ciphers \
|
||||
--with-external-pcre \
|
||||
--with-external-libcrypt \
|
||||
%ifarch s390 s390x sparc64 sparcv9 riscv64
|
||||
%ifarch s390 s390x sparc64 sparcv9 riscv64 loongarch64
|
||||
--without-pcre-jit \
|
||||
%endif
|
||||
--with-zlib \
|
||||
@ -1330,6 +1330,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
%{_mandir}/*
|
||||
|
||||
%changelog
|
||||
* Mon May 8 2023 Wenlong Zhang<zhangwenlong@loongson.cn> - 8.2.3-2
|
||||
- disable pcre-jit for loongarch64
|
||||
|
||||
* Tue Feb 21 2023 Dillon Chen <dillon.chen@gmail.com> - 8.2.3-1
|
||||
- CVE-2023-0567,CVE-2023-0568,CVE-2023-0662
|
||||
- update to 8.2.3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user