diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-21 18:18:55 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-21 18:18:55 +0200 |
commit | 904bf136831741dece405fd0522578a69ac01dce (patch) | |
tree | 158bc7871560d8f42f1afef43167e08b7022d031 | |
parent | 82000a47d2e2df95de530db008ea87d87f2ee850 (diff) |
enable Oracle on aarch64
-rw-r--r-- | el8a.tpl | 2 | ||||
-rw-r--r-- | el9a.tpl | 2 | ||||
-rw-r--r-- | fc39a.tpl | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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' @@ -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' @@ -25,7 +25,7 @@ config_opts['macros']['%_smp_mflags']="-j10" config_opts['macros']['%dist']=".fc39.remi" config_opts['macros']['%fedora']="39" 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' |