diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-03 19:07:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-03 19:07:26 +0100 |
commit | 00fdcafe308bf9bf4f260b96304acca8b5140087 (patch) | |
tree | 25b242fa397eeaffb2c785ed97e2b542f40be92a | |
parent | be6a8e27bf076b67b57047390e6ff1af8b7a0cc5 (diff) |
scl php 5.6 add -devel in buildroot for speed
-rw-r--r-- | el6xscl56.cfg | 2 | ||||
-rw-r--r-- | el7xscl56.cfg | 2 | ||||
-rw-r--r-- | fc19xscl56.cfg | 2 | ||||
-rw-r--r-- | fc20xscl56.cfg | 2 | ||||
-rw-r--r-- | fc21xscl56.cfg | 2 | ||||
-rw-r--r-- | 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 |