mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
BUILD: makefile: support THREAD_LDFLAGS
The LDFLAGS appended by USE_THREAD can now be overridden using THREAD_LDFLAGS.
This commit is contained in:
parent
84e3283be3
commit
3b66494d25
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -548,7 +548,7 @@ ifneq ($(USE_RT),)
|
|||
endif
|
||||
|
||||
ifneq ($(USE_THREAD),)
|
||||
OPTIONS_LDFLAGS += -lpthread
|
||||
THREAD_LDFLAGS = -lpthread
|
||||
endif
|
||||
|
||||
ifneq ($(USE_BACKTRACE),)
|
||||
|
|
|
|||
Loading…
Reference in a new issue