zyre: backport fix to build with recent versions of ZeroMQ
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 8 Aug 2015 16:08:22 +0000 (18:08 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 8 Aug 2015 16:08:22 +0000 (18:08 +0200)
commit6364c770ed250aa39474be3c2eaa5c1e579cd136
tree3dcf5af6049a745f92827c9a85011079443b787b
parentfeaa241ce35de6c6b8c0ad6fa6a8c0e669919037
zyre: backport fix to build with recent versions of ZeroMQ

Since the recent bump of ZeroMQ, Zyre failed to build, due to the
const qualifier being dropped in a number of functions.

A backport from the upstream Github repository fixes the problem, and
therefore fixes the following build failure:

  http://autobuild.buildroot.org/results/d24/d24d7ccb878151bd81003763ba1a6bcd91d41dc9/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/zyre/0001-Problem-inconsistent-use-of-const-on-some-methods.patch [new file with mode: 0644]