Merge pull request #296 from VivekSainiEQ/systemd_fix
Fixed bug where make USE_SYSTEMD=yes would not pass in correct flags Former-commit-id: bf05c261d2689683ce89da2d062e1819ed6d772c
This commit is contained in:
commit
8b013dc597
@ -258,6 +258,7 @@ endif
|
|||||||
ifeq ($(BUILD_WITH_SYSTEMD),yes)
|
ifeq ($(BUILD_WITH_SYSTEMD),yes)
|
||||||
FINAL_LIBS+=$(LIBSYSTEMD_LIBS)
|
FINAL_LIBS+=$(LIBSYSTEMD_LIBS)
|
||||||
FINAL_CFLAGS+= -DHAVE_LIBSYSTEMD
|
FINAL_CFLAGS+= -DHAVE_LIBSYSTEMD
|
||||||
|
FINAL_CXXFLAGS+= -DHAVE_LIBSYSTEMD
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(MALLOC),tcmalloc)
|
ifeq ($(MALLOC),tcmalloc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user