diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-27 08:59:05 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-27 08:59:05 +0100 |
commit | 8ebab74e85b4f95ff69ef5c5cce7163d57049406 (patch) | |
tree | 9834963da6ecd63cb15e492adfd90070fa05fc0e /fc28xscl71.cfg | |
parent | ff4264242fd24baddd8aa3941fa00e716e36fe63 (diff) |
cleanup
Diffstat (limited to 'fc28xscl71.cfg')
-rw-r--r-- | fc28xscl71.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fc28xscl71.cfg b/fc28xscl71.cfg index ab9b54e..3703bba 100644 --- a/fc28xscl71.cfg +++ b/fc28xscl71.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl71fc28x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php71-build' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php71-build php71-php-devel php71-php-pear' config_opts['dist'] = 'fc28' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '28' |