diff options
| author | Billy O'Neal <bion@microsoft.com> | 2020-05-26 20:58:07 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-26 20:58:07 -0700 |
| commit | a5758c97d0481505436d43cd40af235098c8d481 (patch) | |
| tree | c4b3d5f3a1728b551ac6ff96a428796ff126494a /ports/jaeger-client-cpp/CONTROL | |
| parent | 323cd68f5a4ff65911ed68715a234f7f4603cf61 (diff) | |
| download | vcpkg-a5758c97d0481505436d43cd40af235098c8d481.tar.gz vcpkg-a5758c97d0481505436d43cd40af235098c8d481.zip | |
[jaeger-client-cpp] Fix improper direct reference to the "installed" directory which fails when it has been redirected. (#11583)
Diffstat (limited to 'ports/jaeger-client-cpp/CONTROL')
| -rw-r--r-- | ports/jaeger-client-cpp/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/jaeger-client-cpp/CONTROL b/ports/jaeger-client-cpp/CONTROL index 399c48e85..6d6d47032 100644 --- a/ports/jaeger-client-cpp/CONTROL +++ b/ports/jaeger-client-cpp/CONTROL @@ -1,6 +1,6 @@ Source: jaeger-client-cpp -Version: 0.5.1 +Version: 0.5.1-1 Build-Depends: nlohmann-json,thrift,yaml-cpp,opentracing Homepage: https://github.com/jaegertracing/jaeger-client-cpp Description: C++ OpenTracing binding for Jaeger https://jaegertracing.io/ -Supports: !arm64
\ No newline at end of file +Supports: !arm64 |
