aboutsummaryrefslogtreecommitdiff
path: root/ports/evpp/CONTROL
diff options
context:
space:
mode:
authorJackBoosY <47264268+JackBoosY@users.noreply.github.com>2019-09-12 05:24:37 +0800
committerVictor Romero <romerosanchezv@gmail.com>2019-09-11 14:24:37 -0700
commitfa66acbf5a536bb7303bb2831d95808a90059c68 (patch)
tree951280d0e564333a1b1d2aa80a209ba161615ce5 /ports/evpp/CONTROL
parent63f1f07efbc32160e43ae8490553c61a8b53abab (diff)
downloadvcpkg-fa66acbf5a536bb7303bb2831d95808a90059c68.tar.gz
vcpkg-fa66acbf5a536bb7303bb2831d95808a90059c68.zip
[evpp]Fix linux build. (#8050)
Diffstat (limited to 'ports/evpp/CONTROL')
-rw-r--r--ports/evpp/CONTROL4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/evpp/CONTROL b/ports/evpp/CONTROL
index 7c61e4ebd..b9ec8d278 100644
--- a/ports/evpp/CONTROL
+++ b/ports/evpp/CONTROL
@@ -1,5 +1,5 @@
Source: evpp
-Version: 0.7.0
+Version: 0.7.0-1
Homepage: https://github.com/Qihoo360/evpp
Description: A modern C++ network library based on libevent for developing high performance network services in TCP/UDP/HTTP protocols.
-Build-Depends: glog, libevent, rapidjson
+Build-Depends: glog, libevent, rapidjson, concurrentqueue (!windows), boost-lockfree (!windows)