commit | 84e3283be390476decc7adfde0892f62f2054772 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 21 16:16:36 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 23 16:53:35 2022 +0100 |
tree | 3bc3df284c2b8e0da1de8fb40b2632d9065d7196 | |
parent | 2b5c9f7b4fcdeeeade29c4836b1659a81ecebdad [diff] [blame] |
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 a523553..63c7f78 100644 --- a/Makefile +++ b/Makefile
@@ -544,7 +544,7 @@ endif ifneq ($(USE_RT),) - OPTIONS_LDFLAGS += -lrt + RT_LDFLAGS = -lrt endif ifneq ($(USE_THREAD),)