From: Willy Tarreau Date: Wed, 21 Dec 2022 15:16:36 +0000 (+0100) Subject: BUILD: makefile: support RT_LDFLAGS X-Git-Tag: v2.8-dev1~45 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=84e3283be390476decc7adfde0892f62f2054772;p=thirdparty%2Fhaproxy.git BUILD: makefile: support RT_LDFLAGS The LDFLAGS appended by USE_RT can now be overridden using RT_LDFLAGS. --- diff --git a/Makefile b/Makefile index a5235530d5..63c7f788bb 100644 --- a/Makefile +++ b/Makefile @@ -544,7 +544,7 @@ ifneq ($(USE_EVPORTS),) endif ifneq ($(USE_RT),) - OPTIONS_LDFLAGS += -lrt + RT_LDFLAGS = -lrt endif ifneq ($(USE_THREAD),)