diff --git a/strace.changes b/strace.changes index 230191f..fa7c6dc 100644 --- a/strace.changes +++ b/strace.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 20 09:29:35 UTC 2015 - schwab@suse.de + +- Disable libunwind support on aarch64 + (../strace: Can't initiate libunwind: Input/output error) + ------------------------------------------------------------------- Sun Mar 29 17:02:23 UTC 2015 - jengelh@inai.de diff --git a/strace.spec b/strace.spec index 93bec2c..70717b2 100644 --- a/strace.spec +++ b/strace.spec @@ -47,8 +47,8 @@ Patch15: 0015-tests-uid-use-fchown-instead-of-chown.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libacl-devel BuildRequires: libaio-devel -# libunwind is broken on ppc and ppc64 -%ifarch %ix86 ia64 x86_64 %{arm} ppc64le aarch64 +# libunwind is broken on ppc and ppc64 and aarch64 +%ifarch %ix86 ia64 x86_64 %{arm} ppc64le BuildRequires: libunwind-devel %endif BuildRequires: lksctp-tools-devel