commit | 3571111de3c21bb6b88cb3637a6f5850cb810de7 | [log] [tgz] |
---|---|---|
author | Miroslav Zagorac <mzagorac@haproxy.com> | Thu Jul 29 11:10:08 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Aug 01 18:18:29 2021 +0200 |
tree | 679ad38a7f1800afed38d052472594271b6add92 | |
parent | 99198546f656ea440a03a18efb3308b4d11e35ba [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.