diff --git a/libdrm.changes b/libdrm.changes index 4c62357..8382911 100644 --- a/libdrm.changes +++ b/libdrm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 27 16:40:51 UTC 2013 - dmueller@suse.com + +- disable valgrind support for aarch64 + ------------------------------------------------------------------- Tue Feb 5 16:50:49 UTC 2013 - tobias.johannes.klausmann@mni.thm.de diff --git a/libdrm.spec b/libdrm.spec index 53e0f63..f55b02b 100644 --- a/libdrm.spec +++ b/libdrm.spec @@ -47,7 +47,7 @@ BuildRequires: libtool >= 2.2 BuildRequires: pkgconfig BuildRequires: pkgconfig(pciaccess) >= 0.10 BuildRequires: pkgconfig(pthread-stubs) -%ifnarch armv5el armv5tel +%ifnarch armv5el armv5tel aarch64 BuildRequires: pkgconfig(valgrind) %endif