From c0b28357781c0942d695ff0f0a55f92ea6fd7ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E6=99=93=E5=80=A9?= Date: Fri, 31 Dec 2021 11:09:20 +0800 Subject: [PATCH] update spec for riscv --- php.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 6ad1ce3..7acf43a 100644 --- a/php.spec +++ b/php.spec @@ -27,7 +27,7 @@ Name: php Version: %{upver}%{?rcver:~%{rcver}} -Release: 7 +Release: 8 Summary: PHP scripting language for creating dynamic web sites License: PHP and Zend-2.0 and BSD and MIT and ASL 1.0 and NCSA URL: http://www.php.net/ @@ -602,6 +602,9 @@ ln -sf ../configure --without-pear --with-exec-dir=%{_bindir} --without-gdbm --with-openssl \ --with-system-ciphers --with-pcre-regex=%{_prefix} --with-zlib --with-layout=GNU --with-kerberos \ --with-libxml-dir=%{_prefix} --with-system-tzdata --with-mhash \ +%ifarch riscv64 + --without-pcre-jit \ +%endif %if %{with_argon2} --with-password-argon2 \ %endif @@ -1109,6 +1112,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Fri Dec 31 2021 lvxiaoqian - 8.0.0-8 +- update spec for riscv + * Sat Dec 18 2021 yixiangzhike - 8.0.0-7 - Fix bugs found by oss-fuzz -- Gitee