SHA256
8
0
forked from pool/libotr

Accepting request 374688 from home:AndreasStieger:branches:devel:libraries:c_c++

- skip failing tests on ppc architectures

OBS-URL: https://build.opensuse.org/request/show/374688
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libotr?expand=0&rev=19
This commit is contained in:
Ismail Dönmez
2016-03-18 06:07:38 +00:00
committed by Git OBS Bridge
parent fd45662729
commit 05c0437e4e
2 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Mon Mar 7 12:46:26 UTC 2016 - astieger@suse.com
* Fix a memory leak when reading a malformed instance tag file
* Protocol documentation clarifications
- add libotr-4.1.1-fix-base64-tests.patch to fix test suite failure
- skip failing tests on ppc architectures
-------------------------------------------------------------------
Tue Oct 21 19:01:07 UTC 2014 - andreas.stieger@gmx.de

View File

@@ -104,7 +104,10 @@ export CFLAGS="%{optflags}"
make %{?_smp_mflags}
%check
# https://bugs.otr.im/issues/129
%ifnarch ppc ppc64 ppc64le
make %{?_smp_mflags} check
%endif
%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install