Accepting request 319007 from home:Andreas_Schwab:Factory

- Disable valgrind support if not available

OBS-URL: https://build.opensuse.org/request/show/319007
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libdrm?expand=0&rev=198
This commit is contained in:
Egbert Eich 2015-07-27 18:06:08 +00:00 committed by Git OBS Bridge
parent 447e680017
commit 029bad9a59
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 27 14:46:49 UTC 2015 - schwab@suse.de
- Disable valgrind support if not available
-------------------------------------------------------------------
Tue Jun 30 07:54:30 UTC 2015 - sndirsch@suse.com

View File

@ -178,6 +178,9 @@ Group: System/Libraries
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
autoreconf -fi
%configure --with-pic \
%ifnarch %ix86 x86_64 ppc ppc64 ppc64le s390x %arm
--disable-valgrind \
%endif
%ifarch %arm
--enable-omap-experimental-api \
--enable-freedreno-experimental-api \