mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-24 19:33:38 -04:00
BUILD: makefile: support SYSTEMD_LDFLAGS
The LDFLAGS appended by USE_SYSTEMD can now be overridden using SYSTEMD_LDFLAGS.
This commit is contained in:
parent
eb12fcc40a
commit
f852d31145
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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),)
|
||||
|
|
|
|||
Loading…
Reference in a new issue