Package: libdata-messagepack-perl / 1.02-3

Metadata

Package Version Patches format
libdata-messagepack-perl 1.02-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_fix_include_unpack_header.patch | (download)

xs-src/unpack.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 include msgpack/unpack.h for msgpack_unpack_return enum
 In msgpack-c 2.1.0, unpack_template.h refers to some of the 
 msgpack_unpack_return enum values, which causes msgpack-perl to fail to
 build.  Including unpack.h resolve this failure.
2001_use_system_lib.patch | (download)

builder/MyBuilder.pm | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 use packaged msgpack
 Remove references to the bundled ./include path from MyBuilder.pm so that the
 headers from the libmsgpack-dev package are used instead.
msgpack 3.diff | (download)

xs-src/pack.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---