From 21725c1bbcdd8ae95878a0bc11ed3f83926a9ec4 Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Thu, 11 Jul 2019 15:31:11 +0300 Subject: [PATCH] 7.2.19-alt1.1 - move autoreconf from %prep to %build --- .gear/php7.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gear/php7.spec b/.gear/php7.spec index 1e022a5..2b6ea08 100644 --- a/.gear/php7.spec +++ b/.gear/php7.spec @@ -8,7 +8,7 @@ Summary: The PHP7 scripting language Name: php7 Version: 7.2.19 -Release: alt1 +Release: alt1.1 %define php7_name %name %define _php7_version %version @@ -193,10 +193,10 @@ subst "s,./stamp=$,," build/buildcheck.sh # symbols visibility fix sed -is 's,\(zend_module_entry \)\(.*= {\),zend_module_entry __attribute__ ((visibility("default"))) \2,;' ext/*/*.c +%build %autoreconf -I build ./buildconf --force -%build %php7_env # some plugins can be linked against lcxa (e.g. gd2); it can't be @@ -436,6 +436,9 @@ chmod 755 %buildroot/%_rpmlibdir/%name.filetrigger %doc tests run-tests.php %changelog +* Thu Jul 11 2019 Michael Shigorin 7.2.19-alt1.1 +- move autoreconf from %%prep to %%build + * Sat Jun 01 2019 Anton Farygin 7.2.19-alt1 - 7.2.19 (fixes: CVE-2019-11040) - fixed build on mipsel by iv@ -- 2.10.4