mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
BUILD: makefile: support RT_LDFLAGS
The LDFLAGS appended by USE_RT can now be overridden using RT_LDFLAGS.
This commit is contained in:
parent
2b5c9f7b4f
commit
84e3283be3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -544,7 +544,7 @@ ifneq ($(USE_EVPORTS),)
|
|||
endif
|
||||
|
||||
ifneq ($(USE_RT),)
|
||||
OPTIONS_LDFLAGS += -lrt
|
||||
RT_LDFLAGS = -lrt
|
||||
endif
|
||||
|
||||
ifneq ($(USE_THREAD),)
|
||||
|
|
|
|||
Loading…
Reference in a new issue