Andreas Schwab 2018-02-14 23:48:01 +00:00 committed by Git OBS Bridge
parent de3fae4164
commit cc7b6c89cf

View File

@ -56,7 +56,11 @@ and processes can be seen. Child processes can also be tracked.
%setup -q
%build
%configure
%configure \
%ifarch aarch64
--disable-mpers \
%endif
%{nil}
make %{?_smp_mflags}
# Exclude testsuite for qemu builds, qemu-linux-user doesn't support ptrace.