aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/czmq/CONTROL2
-rw-r--r--ports/czmq/fix-dependencies.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/czmq/CONTROL b/ports/czmq/CONTROL
index a45a1a34c..55cba0bd4 100644
--- a/ports/czmq/CONTROL
+++ b/ports/czmq/CONTROL
@@ -1,5 +1,5 @@
Source: czmq
-Version: 2019-06-10
+Version: 2019-06-10-1
Build-Depends: zeromq
Description: High-level C binding for ZeroMQ
Homepage: https://github.com/zeromq/czmq
diff --git a/ports/czmq/fix-dependencies.patch b/ports/czmq/fix-dependencies.patch
index 9756b6008..bb57247dc 100644
--- a/ports/czmq/fix-dependencies.patch
+++ b/ports/czmq/fix-dependencies.patch
@@ -9,7 +9,7 @@ index 9c15f36a..e1475cd6 100644
+
+find_dependency(ZeroMQ)
+
-+if (@CZMQ_WITH_LIBCURL@ AND @LIBCURL_FOUND@)
++if ("@CZMQ_WITH_LIBCURL@" AND "@LIBCURL_FOUND@")
+ find_dependency(OpenSSL)
+ find_dependency(ZLIB)
+endif ()