diff options
| author | Andrei Lebedev <lebdron@gmail.com> | 2018-01-03 02:03:43 +0300 |
|---|---|---|
| committer | Andrei Lebedev <lebdron@gmail.com> | 2018-01-03 02:03:43 +0300 |
| commit | 68f9f8943114677d6c66d85c14ccd1e5dcca8fd7 (patch) | |
| tree | 4b5c2723c711206a42098cba69a3f14863c45676 /ports/cpp-redis/fix-export.patch | |
| parent | e48a655df06de42e385c6545cc2a159a95f43c02 (diff) | |
| download | vcpkg-68f9f8943114677d6c66d85c14ccd1e5dcca8fd7.tar.gz vcpkg-68f9f8943114677d6c66d85c14ccd1e5dcca8fd7.zip | |
[cpp-redis] Update to 4.3.0
Diffstat (limited to 'ports/cpp-redis/fix-export.patch')
| -rw-r--r-- | ports/cpp-redis/fix-export.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ports/cpp-redis/fix-export.patch b/ports/cpp-redis/fix-export.patch new file mode 100644 index 000000000..1b071c511 --- /dev/null +++ b/ports/cpp-redis/fix-export.patch @@ -0,0 +1,22 @@ +diff --git a/includes/cpp_redis/misc/logger.hpp b/includes/cpp_redis/misc/logger.hpp +index d79a98f..bfb33b9 100644 +--- a/includes/cpp_redis/misc/logger.hpp ++++ b/includes/cpp_redis/misc/logger.hpp +@@ -26,6 +26,8 @@ + #include <mutex> + #include <string> + ++#include <cpp_redis/misc/cpp_redis_export.hpp> ++ + namespace cpp_redis { + + //! +@@ -161,7 +163,7 @@ private: + //! variable containing the current logger + //! by default, not set (no logs) + //! +-extern std::unique_ptr<logger_iface> active_logger; ++extern CPP_REDIS_EXPORT std::unique_ptr<logger_iface> active_logger; + + //! + //! debug logging |
