diff options
Diffstat (limited to 'fc37xscl81.cfg')
-rw-r--r-- | fc37xscl81.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fc37xscl81.cfg b/fc37xscl81.cfg index 569f4b3..15cd1d4 100644 --- a/fc37xscl81.cfg +++ b/fc37xscl81.cfg @@ -5,8 +5,9 @@ config_opts['chroot_setup_cmd'] = 'install @buildsys-build ccache scl-utils-buil config_opts['resultdir'] = "/var/lib/mock/scl81fc37x" config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc37xscl81/" -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 |