mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libotr: Fix tests on mips64el.
* gnu/packages/patches/libotr-test-auth-fix.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/messaging.scm (libotr)[source]: Add patch.
This commit is contained in:
parent
b879b3e848
commit
e3d3546eda
3 changed files with 19 additions and 1 deletions
15
gnu/packages/patches/libotr-test-auth-fix.patch
Normal file
15
gnu/packages/patches/libotr-test-auth-fix.patch
Normal file
|
@ -0,0 +1,15 @@
|
|||
Initialize the context in 'test_auth_clear'.
|
||||
Fixes the test suite on mips64el.
|
||||
|
||||
Patch by Mark H Weaver <mhw@netris.org>
|
||||
|
||||
--- libotr-4.1.1/tests/unit/test_auth.c.orig 2015-12-25 12:39:45.000000000 -0500
|
||||
+++ libotr-4.1.1/tests/unit/test_auth.c 2016-03-17 18:53:10.169999706 -0400
|
||||
@@ -67,6 +67,7 @@
|
||||
OtrlAuthInfo *auth = &ctx.auth;
|
||||
|
||||
/* API call. */
|
||||
+ otrl_auth_new(&ctx);
|
||||
otrl_auth_clear(auth);
|
||||
|
||||
ok(auth->authstate == OTRL_AUTHSTATE_NONE &&
|
Loading…
Add table
Add a link
Reference in a new issue