Files
meta-openembedded/meta-oe/recipes-connectivity
Philip Balister d0c4bdc2fa zeromq: Update to version 4.1.5.
Added PACKAGECONFIG to use libsodium instead of builtin tweetnacl.

Compiling with current master led to:

| ../zeromq-4.1.5/src/ctx.cpp:50:28: fatal error: randombytes.h: No such file or directory
|  #   include "randombytes.h"
|                             ^
| compilation terminated.
| Makefile:2573: recipe for target 'src/libzmq_la-ctx.lo' failed
| make[1]: *** [src/libzmq_la-ctx.lo] Error 1
| make[1]: *** Waiting for unfinished jobs....
| In file included from ../zeromq-4.1.5/src/curve_client.cpp:41:0:
| ../zeromq-4.1.5/src/curve_client.hpp:39:31: fatal error: tweetnacl_base.h: No such file or directory
|  #   include "tweetnacl_base.h"
|                                ^
| compilation terminated.

Using external libsodium works around this. The default for PACKAGECONFIG is
set to use external libsodium so the recipe builds.

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-29 11:00:55 +02:00
..
2014-07-15 15:02:28 +02:00
2016-06-23 15:21:26 +02:00
2015-07-16 21:09:03 +02:00
2016-06-23 15:20:05 +02:00
2014-07-15 14:56:55 +02:00
2015-07-16 21:09:06 +02:00
2015-01-08 11:58:43 +01:00
2014-07-22 00:01:58 +02:00
2015-05-28 10:35:17 +02:00
2013-07-30 11:17:11 +02:00
2016-07-29 11:00:55 +02:00