From: Anas Nashif Date: Wed, 28 Aug 2013 11:58:54 +0000 (-0400) Subject: Update to 4.8 X-Git-Tag: submit/tizen/20201211.060932~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea1abc645d81ad4688d1ad41b38b9b0d5348ae7e;p=platform%2Fupstream%2Fstrace.git Update to 4.8 --- diff --git a/packaging/strace.spec b/packaging/strace.spec index 23ee303f..a6d273b2 100644 --- a/packaging/strace.spec +++ b/packaging/strace.spec @@ -3,12 +3,12 @@ BuildRequires: libacl-devel BuildRequires: libaio-devel BuildRequires: lksctp-tools-devel BuildRequires: xz -Version: 4.7 +Version: 4.8 Release: 0 License: BSD-3-Clause Summary: A utility to trace the system calls of a program Url: http://sourceforge.net/projects/strace/ -Group: Development/Tools/Debuggers +Group: Development/Tools Source: http://dl.sourceforge.net/strace/strace-%{version}.tar.xz Source2: baselibs.conf Source1001: strace.manifest @@ -24,8 +24,7 @@ cp %{SOURCE1001} . %build export CFLAGS="%{optflags}" -%configure - +%configure make %{?_smp_mflags} # Have to exclude make check for qemu builds, which apparently don't support PTRACE.