BUILD: ot: emitted deprecation warning at build time

Warn at Makefile parse time that the opentracing filter was deprecated
in haproxy 3.3 and will be removed in 3.5, complementing the runtime
warning emitted at filter init.
This commit is contained in:
Miroslav Zagorac 2026-04-27 08:15:33 +02:00 committed by Willy Tarreau
parent 4f53bbc15c
commit 720b3d1f56

View File

@ -865,6 +865,7 @@ ifneq ($(USE_LINUX_CAP:0=),)
endif
ifneq ($(USE_OT:0=),)
$(call warning, The opentracing filter was deprecated in haproxy 3.3 and will be removed in 3.5.)
include addons/ot/Makefile
endif