diff --git a/libnice.changes b/libnice.changes index 472a461..bdc376a 100644 --- a/libnice.changes +++ b/libnice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 11 05:15:17 UTC 2012 - adrian@suse.de + +- test suite failure in qemu emulated builds (arm) must be ignored + for now. qemu is not threadsafe enough for it. + ------------------------------------------------------------------- Wed Apr 4 07:44:21 UTC 2012 - vuntz@opensuse.org diff --git a/libnice.spec b/libnice.spec index bde7761..067c1c3 100644 --- a/libnice.spec +++ b/libnice.spec @@ -81,7 +81,10 @@ Connectivity Establishment standard (ICE). %{__make} %check -%{__make} check +%{__make} check \ +%if 0%{?qemu_user_space_build} +|| echo "ignore test suite failure in qemu, it is not threadsafe" +%endif %install %makeinstall