commit | 41923aea20a19ee8d497b5576d50b710967427c4 | [log] [tgz] |
---|---|---|
author | Miroslav Zagorac <mzagorac@haproxy.com> | Thu Jul 29 11:10:08 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Aug 11 16:24:09 2021 +0200 |
tree | a0367012c09f5204a7291b0a8890301644319835 | |
parent | c1485bfbdf049908bc3923deac4c01503e04f7dd [diff] |
BUILD: opentracing: fixed build when using pkg-config utility In case the OpenTracing C Wrapper library was installed as part of the system (ie in a directory that pkg-config considers part of the system), HAProxy building was not possible because in that case pkg-config did not set the value of the OT_CFLAGS variable in the addon Makefile. This resolves GitHub issue #1323. (cherry picked from commit 3571111de3c21bb6b88cb3637a6f5850cb810de7) Signed-off-by: Willy Tarreau <w@1wt.eu>