diff --git a/audit-secondary.changes b/audit-secondary.changes index dcae2f4..350f6ce 100644 --- a/audit-secondary.changes +++ b/audit-secondary.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 2 11:49:28 UTC 2020 - Alexander Bergmann + +- Enable Aarch64 processor support. (bsc#1179515 bsc#1179806) + ------------------------------------------------------------------- Fri Oct 16 09:40:34 UTC 2020 - Ludwig Nussel diff --git a/audit-secondary.spec b/audit-secondary.spec index cab79ca..05268bf 100644 --- a/audit-secondary.spec +++ b/audit-secondary.spec @@ -135,6 +135,9 @@ export LDFLAGS="-Wl,-z,relro,-z,now" --with-apparmor \ --with-libwrap \ --with-libcap-ng=yes \ +%ifarch aarch64 + --with-aarch64 \ +%endif --disable-static make %{?_smp_mflags} diff --git a/audit.changes b/audit.changes index 9993e27..460828b 100644 --- a/audit.changes +++ b/audit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 2 11:49:28 UTC 2020 - Alexander Bergmann + +- Enable Aarch64 processor support. (bsc#1179515 bsc#1179806) + ------------------------------------------------------------------- Mon Jun 1 17:11:49 UTC 2020 - Enzo Matsumiya diff --git a/audit.spec b/audit.spec index 7e18eea..e2684f5 100644 --- a/audit.spec +++ b/audit.spec @@ -89,6 +89,9 @@ export LDFLAGS="-Wl,-z,relro,-z,now" --without-libcap-ng \ --disable-static \ --without-python \ +%ifarch aarch64 + --with-aarch64 \ +%endif --disable-zos-remote make %{?_smp_mflags} -C lib make %{?_smp_mflags} -C auparse