From cad61f5f361d7328d09c82d5aca85d25e0a6274e Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Jun 2019 10:34:23 +0000 Subject: Update to 2.1.2 - Fix linking: change from libmsgpuck.a to libmsgpuck.so Changes: https://github.com/tarantool/tarantool/releases --- .../tarantool/files/patch-src-lib-swim-swim_transport.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 databases/tarantool/files/patch-src-lib-swim-swim_transport.h (limited to 'databases/tarantool/files/patch-src-lib-swim-swim_transport.h') diff --git a/databases/tarantool/files/patch-src-lib-swim-swim_transport.h b/databases/tarantool/files/patch-src-lib-swim-swim_transport.h new file mode 100644 index 000000000000..a15aaa88a19e --- /dev/null +++ b/databases/tarantool/files/patch-src-lib-swim-swim_transport.h @@ -0,0 +1,15 @@ +Obtained from: https://github.com/tarantool/tarantool/commit/67d33761ceaf07564a156dc8252b5edb857808ed + https://github.com/tarantool/tarantool/commit/03e114b91a55dbb89ea9b0b5f134dd6a19ea6a81 + +--- src/lib/swim/swim_transport.h.orig 2019-04-05 11:27:32 UTC ++++ src/lib/swim/swim_transport.h +@@ -31,7 +31,9 @@ + * SUCH DAMAGE. + */ + #include "trivia/util.h" ++#include + #include ++#include + + /** Transport implementation. */ + struct swim_transport { -- cgit v1.2.3