From 78d9388cb3abad27ced45be65b3d027da7e42b00 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:45:49 +0000 Subject: [PATCH] auto-import strace-4.4-6a from strace-4.4-6a.src.rpm --- strace.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/strace.spec b/strace.spec index bfc4015..cc529ca 100644 --- a/strace.spec +++ b/strace.spec @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process. Name: strace Version: 4.4 -Release: 6 +Release: 6a License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -54,6 +54,9 @@ received by a process. %build #./cvsbuild +%ifarch s390 s390x +export CFLAGS=-DHAVE_PUTPMSG +%endif %configure make