No valgrind on MIPS
This commit is contained in:
parent
5e5c073986
commit
d91d802b44
@ -1,7 +1,7 @@
|
||||
Name: libdrm
|
||||
Summary: Direct Rendering Manager runtime library
|
||||
Version: 2.4.70
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
|
||||
URL: https://dri.freedesktop.org
|
||||
@ -16,7 +16,7 @@ Requires: systemd
|
||||
BuildRequires: libatomic_ops-devel
|
||||
BuildRequires: libpciaccess-devel
|
||||
BuildRequires: libxslt docbook-style-xsl
|
||||
%ifnarch s390
|
||||
%ifnarch s390 %{mips}
|
||||
BuildRequires: valgrind-devel
|
||||
%endif
|
||||
BuildRequires: xorg-x11-util-macros
|
||||
@ -52,7 +52,7 @@ Utility programs for the kernel DRM interface. Will void your warranty.
|
||||
%build
|
||||
autoreconf -vfi
|
||||
%configure \
|
||||
%ifarch s390
|
||||
%ifarch s390 %{mips}
|
||||
--disable-valgrind \
|
||||
%endif
|
||||
--disable-vc4 \
|
||||
@ -220,6 +220,9 @@ rm -f %{buildroot}%{_includedir}/%{name}/{r300_reg.h,via_3d_reg.h}
|
||||
%{_mandir}/man7/drm*.7*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 11 2016 Michal Toman <mtoman@fedoraproject.org> - 2.4.70-2
|
||||
- No valgrind on MIPS
|
||||
|
||||
* Sun Jul 24 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.4.70-1
|
||||
- Update to 2.4.70 (RHBZ #1359449)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user