forked from pool/audit
Accepting request 854217 from security
- Enable Aarch64 processor support. (bsc#1179515 bsc#1179806) - Enable Aarch64 processor support. (bsc#1179515 bsc#1179806) OBS-URL: https://build.opensuse.org/request/show/854217 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit?expand=0&rev=92
This commit is contained in:
commit
3ef1d32d19
@ -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>
|
Fri Oct 16 09:40:34 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||||
|
|
||||||
|
@ -135,6 +135,9 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
|
|||||||
--with-apparmor \
|
--with-apparmor \
|
||||||
--with-libwrap \
|
--with-libwrap \
|
||||||
--with-libcap-ng=yes \
|
--with-libcap-ng=yes \
|
||||||
|
%ifarch aarch64
|
||||||
|
--with-aarch64 \
|
||||||
|
%endif
|
||||||
--disable-static
|
--disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
@ -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>
|
Mon Jun 1 17:11:49 UTC 2020 - Enzo Matsumiya <ematsumiya@suse.com>
|
||||||
|
|
||||||
|
@ -89,6 +89,9 @@ export LDFLAGS="-Wl,-z,relro,-z,now"
|
|||||||
--without-libcap-ng \
|
--without-libcap-ng \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--without-python \
|
--without-python \
|
||||||
|
%ifarch aarch64
|
||||||
|
--with-aarch64 \
|
||||||
|
%endif
|
||||||
--disable-zos-remote
|
--disable-zos-remote
|
||||||
make %{?_smp_mflags} -C lib
|
make %{?_smp_mflags} -C lib
|
||||||
make %{?_smp_mflags} -C auparse
|
make %{?_smp_mflags} -C auparse
|
||||||
|
Loading…
Reference in New Issue
Block a user