diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-22 15:43:45 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-22 15:43:45 +0100 |
commit | 7be2d5981767fe0fe66fe170995dfba3c64df8e4 (patch) | |
tree | 79c4ae8c24c5091abe46ac8ce5d352e88fe1edd1 /el6xscl73.cfg | |
parent | 259484775d38cfffa32888db4458c8b6b58d7d69 (diff) |
add php-devel and pear in scl72/73 buildroot to save some time
Diffstat (limited to 'el6xscl73.cfg')
-rw-r--r-- | el6xscl73.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/el6xscl73.cfg b/el6xscl73.cfg index ec6d2ef..a7768cd 100644 --- a/el6xscl73.cfg +++ b/el6xscl73.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl73el6x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build autoconf268' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php73-build php73-php-devel php73-php-pear autoconf268' config_opts['dist'] = 'el6' # only useful for --resultdir variable subst config_opts['use_nspawn'] = False |