From 904bf136831741dece405fd0522578a69ac01dce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Sep 2023 18:18:55 +0200 Subject: enable Oracle on aarch64 --- el8a.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el8a.tpl') diff --git a/el8a.tpl b/el8a.tpl index ef5bdb3..83ee2df 100644 --- a/el8a.tpl +++ b/el8a.tpl @@ -24,7 +24,7 @@ config_opts['macros']['%_smp_mflags']="-j30" config_opts['macros']['%dist']=".el8.remi" config_opts['macros']['%rhel']="8" config_opts['macros']['%_with_ibase']="1" -#config_opts['macros']['%_with_oci8']="1" +config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -- cgit