diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-17 10:08:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-17 10:08:33 +0200 |
commit | 6e3ce7f364aca2199975c5f1f8d5bd13ef98207b (patch) | |
tree | e0a9186807b4d629c44733d951366e00adf9ebe5 /el7xscl74.cfg | |
parent | 9ca2e684acf12d305caad1f5f684614969f458a3 (diff) |
handles oracle 19.3
Diffstat (limited to 'el7xscl74.cfg')
-rw-r--r-- | el7xscl74.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/el7xscl74.cfg b/el7xscl74.cfg index 67de572..bf3b9f2 100644 --- a/el7xscl74.cfg +++ b/el7xscl74.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl74el7x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build devtoolset-8-toolchain php74-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build devtoolset-8-toolchain php74-build php74-php-devel php74-php-pear' config_opts['dist'] = 'el7' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True |