BUILD: makefile: support SYSTEMD_LDFLAGS

The LDFLAGS appended by USE_SYSTEMD can now be overridden using
SYSTEMD_LDFLAGS.
This commit is contained in:
Willy Tarreau 2022-12-21 16:19:22 +01:00
parent eb12fcc40a
commit f852d31145

View File

@ -713,7 +713,7 @@ ifneq ($(USE_WURFL),)
endif
ifneq ($(USE_SYSTEMD),)
OPTIONS_LDFLAGS += -lsystemd
SYSTEMD_LDFLAGS = -lsystemd
endif
ifneq ($(USE_PCRE)$(USE_STATIC_PCRE)$(USE_PCRE_JIT),)