forked from pool/strace
Accepting request 86549 from home:tserong:branches:devel:tools
Skip "make check" when building under qemu (PTRACE not supported) OBS-URL: https://build.opensuse.org/request/show/86549 OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=20
This commit is contained in:
parent
e162160300
commit
cbd65855d1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 4 14:44:37 UTC 2011 - tserong@suse.com
|
||||
|
||||
- Skip "make check" when building under qemu (PTRACE not supported)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 11 15:30:46 CEST 2011 - meissner@suse.de
|
||||
|
||||
|
@ -67,8 +67,11 @@ CFLAGS="$CFLAGS -ffixed-8"
|
||||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
# Have to exclude make check for qemu builds, which apparently don't support PTRACE.
|
||||
%if !(0%{?qemu_user_space_build})
|
||||
%check
|
||||
make check
|
||||
%endif
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
Loading…
Reference in New Issue
Block a user