From 58480d53f2737b57c6248171d2b65fff31f76c23 Mon Sep 17 00:00:00 2001 From: Matthew Seaman Date: Fri, 9 Jun 2017 16:45:34 +0000 Subject: Fix the build of libmemcached: add -lthr to the libraries plus modifications to the autoconf files. PR: 219168 Submitted by: m.tsatsenko@gmail.com (maintainer) Reported by: 000.fbsd@quip.cz Approved by: m.tsatsenko@gmail.com (maintainer) --- databases/libmemcached/files/patch-util_log.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 databases/libmemcached/files/patch-util_log.hpp (limited to 'databases/libmemcached/files/patch-util_log.hpp') diff --git a/databases/libmemcached/files/patch-util_log.hpp b/databases/libmemcached/files/patch-util_log.hpp new file mode 100644 index 000000000000..5dd9f530971e --- /dev/null +++ b/databases/libmemcached/files/patch-util_log.hpp @@ -0,0 +1,10 @@ +--- util/log.hpp.orig 2014-02-09 11:52:42 UTC ++++ util/log.hpp +@@ -42,6 +42,7 @@ + #include + #include + #include ++#include + #include + + #define UTIL_MAX_ERROR_SIZE 2048 -- cgit v1.2.3