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:
committed by
Git OBS Bridge
parent
fd45662729
commit
05c0437e4e
@@ -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
|
* Fix a memory leak when reading a malformed instance tag file
|
||||||
* Protocol documentation clarifications
|
* Protocol documentation clarifications
|
||||||
- add libotr-4.1.1-fix-base64-tests.patch to fix test suite failure
|
- 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
|
Tue Oct 21 19:01:07 UTC 2014 - andreas.stieger@gmx.de
|
||||||
|
@@ -104,7 +104,10 @@ export CFLAGS="%{optflags}"
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# https://bugs.otr.im/issues/129
|
||||||
|
%ifnarch ppc ppc64 ppc64le
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
|
Reference in New Issue
Block a user