commit | f852d311455c4af07dfd4551042048a8569d52bb | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Dec 21 16:19:22 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 23 16:53:35 2022 +0100 |
tree | ec56082596b768c7e3582cb1339ed49523ff1427 | |
parent | eb12fcc40adbe2f4231ae5b5c6b42e969e1cc009 [diff] [blame] |
BUILD: makefile: support SYSTEMD_LDFLAGS The LDFLAGS appended by USE_SYSTEMD can now be overridden using SYSTEMD_LDFLAGS.
diff --git a/Makefile b/Makefile index 8e72364..0cafdad 100644 --- a/Makefile +++ b/Makefile
@@ -713,7 +713,7 @@ endif ifneq ($(USE_SYSTEMD),) - OPTIONS_LDFLAGS += -lsystemd + SYSTEMD_LDFLAGS = -lsystemd endif ifneq ($(USE_PCRE)$(USE_STATIC_PCRE)$(USE_PCRE_JIT),)