Change-Id: I516dbb7fbd9a492c4af54804d762ddf5b3f82b5b
Signed-off-by: Sungguk Na <sungguk.na@samsung.com>
Name: strace
BuildRequires: libacl-devel
BuildRequires: xz
-Version: 4.16
+Version: 5.9
Release: 0
License: BSD-3-Clause
Summary: A utility to trace the system calls of a program
CXXFLAGS+=" %{optflags} -fPIE"
LDFLAGS+=" %{optflags} -pie"
+%ifnarch aarch64
%configure
+%else
+%configure --enable-mpers=no
+%endif
+
%__make %{?_smp_mflags}
# Have to exclude make check for qemu builds, which apparently don't support PTRACE.
%{_bindir}/strace
%{_bindir}/strace-log-merge
%doc %{_mandir}/man1/strace.1.gz
+%doc %{_mandir}/man1/strace-log-merge.1.gz