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