From 812ae072f8849fbf9502755581ce9b65cbe36fec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 13 Jul 2015 05:32:08 -0400 Subject: [PATCH] - valgrind needs explicit disable if not available --- libdrm.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libdrm.spec b/libdrm.spec index 249c2e1..ab9db9a 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -3,7 +3,7 @@ Summary: Direct Rendering Manager runtime library Name: libdrm Version: 2.4.62 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: System Environment/Libraries URL: http://dri.sourceforge.net @@ -70,6 +70,9 @@ Utility programs for the kernel DRM interface. Will void your warranty. %build autoreconf -v --install || exit 1 %configure \ +%ifarch s390 + --disable-valgrind \ +%endif %ifarch %{arm} --enable-exynos-experimental-api \ --enable-omap-experimental-api \ @@ -223,6 +226,9 @@ done %{_mandir}/man7/drm*.7* %changelog +* Mon Jul 13 2015 Dan HorĂ¡k 2.4.62-2 +- valgrind needs explicit disable if not available + * Sun Jul 12 2015 Peter Robinson 2.4.62-1 - libdrm 2.4.62 - Minor spec cleanups