diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-06-16 10:34:23 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-06-16 10:34:23 +0000 |
| commit | cad61f5f361d7328d09c82d5aca85d25e0a6274e (patch) | |
| tree | 7c1eadf7cbeb4a5b8664f863742e4e59cd33ce7d /databases/tarantool/files/patch-src-lib-swim-swim_proto.c | |
| parent | security/py-fail2ban: Add support for devel/py-pyinotify (diff) | |
Update to 2.1.2
- Fix linking: change from libmsgpuck.a to libmsgpuck.so
Changes: https://github.com/tarantool/tarantool/releases
Notes
Notes:
svn path=/head/; revision=504295
Diffstat (limited to 'databases/tarantool/files/patch-src-lib-swim-swim_proto.c')
| -rw-r--r-- | databases/tarantool/files/patch-src-lib-swim-swim_proto.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/databases/tarantool/files/patch-src-lib-swim-swim_proto.c b/databases/tarantool/files/patch-src-lib-swim-swim_proto.c new file mode 100644 index 000000000000..5ab781cb278c --- /dev/null +++ b/databases/tarantool/files/patch-src-lib-swim-swim_proto.c @@ -0,0 +1,12 @@ +Obtained from: https://github.com/tarantool/tarantool/commit/67d33761ceaf07564a156dc8252b5edb857808ed + +--- src/lib/swim/swim_proto.c.orig ++++ src/lib/swim/swim_proto.c +@@ -33,6 +33,7 @@ + #include "say.h" + #include "version.h" + #include "diag.h" ++#include <sys/socket.h> /* AF_INET for FreeBSD. */ + + const char *swim_member_status_strs[] = { + "alive", |
