diff --git a/Makefile b/Makefile index 8e723643c..0cafdad07 100644 --- a/Makefile +++ b/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),)