From 00fdcafe308bf9bf4f260b96304acca8b5140087 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Mar 2015 19:07:26 +0100 Subject: scl php 5.6 add -devel in buildroot for speed --- el6xscl56.cfg | 2 +- el7xscl56.cfg | 2 +- fc19xscl56.cfg | 2 +- fc20xscl56.cfg | 2 +- fc21xscl56.cfg | 2 +- fc22xscl56.cfg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/el6xscl56.cfg b/el6xscl56.cfg index 225da8a..6b3712e 100644 --- a/el6xscl56.cfg +++ b/el6xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56el6x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'el6' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/el7xscl56.cfg b/el7xscl56.cfg index 08dc7ba..d6606c6 100644 --- a/el7xscl56.cfg +++ b/el7xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/fc19xscl56.cfg b/fc19xscl56.cfg index bd3539e..9a9a73b 100644 --- a/fc19xscl56.cfg +++ b/fc19xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56fc19x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'fc19' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/fc20xscl56.cfg b/fc20xscl56.cfg index 3a1def3..e2827ec 100644 --- a/fc20xscl56.cfg +++ b/fc20xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56fc20x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'fc20' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/fc21xscl56.cfg b/fc21xscl56.cfg index d0e0aca..0b17cec 100644 --- a/fc21xscl56.cfg +++ b/fc21xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56fc21x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'fc21' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True diff --git a/fc22xscl56.cfg b/fc22xscl56.cfg index ba57f14..968e9e6 100644 --- a/fc22xscl56.cfg +++ b/fc22xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56fc22x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' config_opts['dist'] = 'fc22' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True -- cgit