BUILD: makefile: support RT_LDFLAGS

The LDFLAGS appended by USE_RT can now be overridden using
RT_LDFLAGS.
This commit is contained in:
Willy Tarreau 2022-12-21 16:16:36 +01:00
parent 2b5c9f7b4f
commit 84e3283be3
1 changed files with 1 additions and 1 deletions

View File

@ -544,7 +544,7 @@ ifneq ($(USE_EVPORTS),)
endif
ifneq ($(USE_RT),)
OPTIONS_LDFLAGS += -lrt
RT_LDFLAGS = -lrt
endif
ifneq ($(USE_THREAD),)