summaryrefslogtreecommitdiffstats
path: root/el7xscl72.cfg
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-22 15:43:45 +0100
committerRemi Collet <remi@remirepo.net>2019-03-22 15:43:45 +0100
commit7be2d5981767fe0fe66fe170995dfba3c64df8e4 (patch)
tree79c4ae8c24c5091abe46ac8ce5d352e88fe1edd1 /el7xscl72.cfg
parent259484775d38cfffa32888db4458c8b6b58d7d69 (diff)
add php-devel and pear in scl72/73 buildroot to save some time
Diffstat (limited to 'el7xscl72.cfg')
-rw-r--r--el7xscl72.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/el7xscl72.cfg b/el7xscl72.cfg
index 0224db6..4101418 100644
--- a/el7xscl72.cfg
+++ b/el7xscl72.cfg
@@ -1,6 +1,6 @@
config_opts['root'] = 'scl72el7x'
config_opts['target_arch'] = 'x86_64'
-config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build devtoolset-6-toolchain'
+config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build php72-php-devel php72-php-pear devtoolset-6-toolchain'
config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['plugin_conf']['ccache_enable'] = True