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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el6xscl56.cfg') 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 -- cgit