Skip to content

Commit

Permalink
[czmq] Fix zeromq/czmq#1780
Browse files Browse the repository at this point in the history
  • Loading branch information
ras0219-msft committed Jul 6, 2019
1 parent 8c64785 commit 6dd50de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/czmq/CONTROL
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ports/czmq/fix-dependencies.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 6dd50de

Please sign in to comment.