]> git.pld-linux.org Git - packages/strace.git/commitdiff
disable multiple personalities on aarch64
authorJan Palus <atler@pld-linux.org>
Sun, 5 Jul 2020 17:34:43 +0000 (19:34 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 5 Jul 2020 17:34:43 +0000 (19:34 +0200)
strace.spec

index f8e92be28ac2253c6893e6a641e9953cb8b6487f..db421fb2242321614186ecbceb27d333563380e4 100644 (file)
@@ -6,6 +6,11 @@
 %ifnarch %{ix86} %{x8664} x32 %{arm} hppa ia64 mips ppc ppc64 sh
 %undefine      with_libunwind
 %endif
+
+%ifnarch aarch64
+%define                with_mpers      1
+%endif
+
 Summary:       prints system call strace of a running process
 Summary(de.UTF-8):     druckt ein Protokoll der Systemaufrufe eines laufenden Prozesses
 Summary(es.UTF-8):     Enseña las llamadas de sistema de un proceso en ejecución
@@ -115,7 +120,8 @@ CFLAGS="%{rpmcflags} -fPIE"
 %endif
 %configure \
        %{!?with_libiberty:--without-libiberty} \
-       %{!?with_libunwind:--without-libunwind}
+       %{!?with_libunwind:--without-libunwind} \
+        --enable-mpers=%{?with_mpers:yes}%{!?with_mpers:no}
 %{__make}
 
 %install
This page took 0.085388 seconds and 4 git commands to generate.