diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-07 09:42:54 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-07 09:42:54 +0100 |
commit | 63122ab241ab6e66bf9dd2d5aa378fd8bae03ca1 (patch) | |
tree | 180b34281785a9bca45802801bcd81d2bfaf42d3 | |
parent | 6ce0e01613fb6687c370e8eeeba4210f8ae580c7 (diff) |
php70: fix override for pecl_xmldir
-rw-r--r-- | fc24xscl70.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc24xscl70.cfg b/fc24xscl70.cfg index 983f9c3..e529db3 100644 --- a/fc24xscl70.cfg +++ b/fc24xscl70.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl70fc24x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build php70-php-devel' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build' config_opts['dist'] = 'fc24' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True |