From 7be2d5981767fe0fe66fe170995dfba3c64df8e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Mar 2019 15:43:45 +0100 Subject: add php-devel and pear in scl72/73 buildroot to save some time --- fc27xscl73.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc27xscl73.cfg') diff --git a/fc27xscl73.cfg b/fc27xscl73.cfg index e5a011e..9c23749 100644 --- a/fc27xscl73.cfg +++ b/fc27xscl73.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl73fc27x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build php73-php-devel php73-php-pear' config_opts['dist'] = 'fc27' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '27' -- cgit