- Enable Aarch64 processor support. (bsc#1179515 bsc#1179806)

- Enable Aarch64 processor support. (bsc#1179515 bsc#1179806)

OBS-URL: https://build.opensuse.org/package/show/security/audit?expand=0&rev=114
This commit is contained in:
Marcus Meissner 2020-12-09 10:00:48 +00:00 committed by Git OBS Bridge
parent 07903acdf1
commit da2300c646
4 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 2 11:49:28 UTC 2020 - Alexander Bergmann <abergmann@suse.com>
- Enable Aarch64 processor support. (bsc#1179515 bsc#1179806)
-------------------------------------------------------------------
Fri Oct 16 09:40:34 UTC 2020 - Ludwig Nussel <lnussel@suse.de>

View File

@ -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}

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 2 11:49:28 UTC 2020 - Alexander Bergmann <abergmann@suse.com>
- Enable Aarch64 processor support. (bsc#1179515 bsc#1179806)
-------------------------------------------------------------------
Mon Jun 1 17:11:49 UTC 2020 - Enzo Matsumiya <ematsumiya@suse.com>

View File

@ -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