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 --- el9a.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el9a.tpl') diff --git a/el9a.tpl b/el9a.tpl index e0b1693..cd1c138 100644 --- a/el9a.tpl +++ b/el9a.tpl @@ -24,7 +24,7 @@ config_opts['macros']['%_smp_mflags']="-j30" config_opts['macros']['%dist']=".el9.remi" config_opts['macros']['%rhel']="9" config_opts['macros']['%_with_ibase']="1" -#config_opts['macros']['%_with_oci8']="1" +config_opts['macros']['%_with_oci8']="1" config_opts['macros']['%runselftest']="0" config_opts['environment']['ACCEPT_EULA'] = 'Y' -- cgit