]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: opentracing: fixed build when using pkg-config utility
authorMiroslav Zagorac <mzagorac@haproxy.com>
Thu, 29 Jul 2021 09:10:08 +0000 (11:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 1 Aug 2021 16:18:29 +0000 (18:18 +0200)
commit3571111de3c21bb6b88cb3637a6f5850cb810de7
tree679ad38a7f1800afed38d052472594271b6add92
parent99198546f656ea440a03a18efb3308b4d11e35ba
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.
addons/ot/Makefile