diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-09 14:39:12 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-09 14:39:12 +0100 |
commit | fbada86ec6337f739cf2200782db9412f7f79ea0 (patch) | |
tree | 727fb3ab019b1ba96e07e307bedac25ee97cfe96 /fc37xscl74.cfg | |
parent | c80eed12ab119f9e3a190cd27b63ed28b5de35e4 (diff) |
cleanup SCL configs
Diffstat (limited to 'fc37xscl74.cfg')
-rw-r--r-- | fc37xscl74.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fc37xscl74.cfg b/fc37xscl74.cfg index 96f1c4b..30e3fb8 100644 --- a/fc37xscl74.cfg +++ b/fc37xscl74.cfg @@ -5,8 +5,9 @@ config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-buil config_opts['resultdir'] = "/var/lib/mock/scl74fc37x" config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc37xscl74/" -config_opts['macros']['%scl_vendor']="remi" -config_opts['macros']['%_scl_prefix']="/opt/remi" +# Only needed to build main SCL package +#config_opts['macros']['%scl_vendor']="remi" +#config_opts['macros']['%_scl_prefix']="/opt/remi" config_opts['macros']['%nophptag']="1" # Official (but temporary) workaround for https://bugzilla.redhat.com/1484370 |