aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-07-09 10:27:37 -0700
committerGitHub <noreply@github.com>2019-07-09 10:27:37 -0700
commita502e9a7b7eceec8380ba7c71d6ab702e0d0520a (patch)
treef5f9cfb82e3f4ee9c02853ca0c6b6b285e399b98
parentb77cd69e02bb81bb2bfe69a9341ac8e70ce25f61 (diff)
downloadvcpkg-a502e9a7b7eceec8380ba7c71d6ab702e0d0520a.tar.gz
vcpkg-a502e9a7b7eceec8380ba7c71d6ab702e0d0520a.zip
[czmq] Fix https://github.com/zeromq/czmq/issues/1780 (#7186)
-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 ()