From e81a40b8bd3ccbe1b13f54a628a808aee90b540f Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 19 Aug 2017 12:07:23 +0100 Subject: [PATCH] Problem: CMake build ignores SO_BINDTODEVICE Solution: add it to CMake's platform.hpp.in --- builds/cmake/platform.hpp.in | 1 + 1 file changed, 1 insertion(+) diff --git a/builds/cmake/platform.hpp.in b/builds/cmake/platform.hpp.in index 00d2a269..6a0e5e1c 100644 --- a/builds/cmake/platform.hpp.in +++ b/builds/cmake/platform.hpp.in @@ -19,6 +19,7 @@ #cmakedefine ZMQ_HAVE_EVENTFD #cmakedefine ZMQ_HAVE_EVENTFD_CLOEXEC #cmakedefine ZMQ_HAVE_IFADDRS +#cmakedefine ZMQ_HAVE_SO_BINDTODEVICE #cmakedefine ZMQ_HAVE_SO_PEERCRED #cmakedefine ZMQ_HAVE_LOCAL_PEERCRED