From 82606807c9e890f896ef5a9cb842fc11284afffd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Feb 2024 14:08:46 +0100 Subject: 'f40: use legacy crypto --- fc40a.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fc40a.tpl') diff --git a/fc40a.tpl b/fc40a.tpl index 252ad6d..e3cda77 100644 --- a/fc40a.tpl +++ b/fc40a.tpl @@ -2,7 +2,7 @@ include('vendor.tpl') config_opts['root'] = 'fc40a' config_opts['target_arch'] = 'aarch64' -config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc' +config_opts['chroot_setup_cmd'] = 'install @buildsys-build gcc remi-crypto-legacy' config_opts['dist'] = 'fc40' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '40' -- cgit