diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-27 17:15:21 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-27 17:15:21 +0100 |
commit | 6798155736f9ae57c2d308933e71bef7d6054961 (patch) | |
tree | 9a7c804e30bcf54926f4bb11fa370cd4c24386c0 | |
parent | 8ebab74e85b4f95ff69ef5c5cce7163d57049406 (diff) |
revert php-devel in buildroot
-rw-r--r-- | fc28xscl56.cfg | 2 | ||||
-rw-r--r-- | fc28xscl70.cfg | 2 | ||||
-rw-r--r-- | fc28xscl71.cfg | 2 | ||||
-rw-r--r-- | fc28xscl72.cfg | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/fc28xscl56.cfg b/fc28xscl56.cfg index 713cd2e..5ac9962 100644 --- a/fc28xscl56.cfg +++ b/fc28xscl56.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl56fc28x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build' config_opts['dist'] = 'fc28' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '28' diff --git a/fc28xscl70.cfg b/fc28xscl70.cfg index 95ad84b..52049b4 100644 --- a/fc28xscl70.cfg +++ b/fc28xscl70.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl70fc28x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build php70-php-devel php70-php-pear' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-build' config_opts['dist'] = 'fc28' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '28' diff --git a/fc28xscl71.cfg b/fc28xscl71.cfg index 3703bba..ab9b54e 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 php71-php-devel php71-php-pear' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php71-build' config_opts['dist'] = 'fc28' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '28' diff --git a/fc28xscl72.cfg b/fc28xscl72.cfg index ba60604..61d10ca 100644 --- a/fc28xscl72.cfg +++ b/fc28xscl72.cfg @@ -1,6 +1,6 @@ config_opts['root'] = 'scl72fc28x' config_opts['target_arch'] = 'x86_64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build php72-php-devel php72-php-pear' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build' config_opts['dist'] = 'fc28' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '28' |