From 1cddb4d26c1a859d31cffd54fcfb0edeab4ab16c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 07:48:08 +0200 Subject: use --without apcu for PHP 5.x --- el7x.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'el7x.cfg') diff --git a/el7x.cfg b/el7x.cfg index de3d32e..c41f871 100644 --- a/el7x.cfg +++ b/el7x.cfg @@ -3,6 +3,8 @@ include('el7x.tpl') config_opts['root'] = 'el7x' config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache devtoolset-6-toolchain devtoolset-7-toolchain devtoolset-8-toolchain' +config_opts['macros']['%_without_apcu']="1" + config_opts['yum.conf'] = """ [main] cachedir=/var/cache/yum -- cgit