[packages/strace] disable multiple personalities on aarch64

atler atler at pld-linux.org
Sun Jul 5 19:35:45 CEST 2020


commit e52d7df3c61081f58a50647135de2863275e4f0b
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Jul 5 19:34:43 2020 +0200

    disable multiple personalities on aarch64

 strace.spec | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/strace.spec b/strace.spec
index f8e92be..db421fb 100644
--- a/strace.spec
+++ b/strace.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/strace.git/commitdiff/db707dd4bcfc4ec933885a1b2b6ad2cba77981c0



More information about the pld-cvs-commit mailing list