Skip to content

Commit bf05c26

Browse files
authored
Merge pull request #296 from VivekSainiEQ/systemd_fix
Fixed bug where make USE_SYSTEMD=yes would not pass in correct flags
2 parents 6f2dbb0 + 69dc0a0 commit bf05c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ endif
258258
ifeq ($(BUILD_WITH_SYSTEMD),yes)
259259
FINAL_LIBS+=$(LIBSYSTEMD_LIBS)
260260
FINAL_CFLAGS+= -DHAVE_LIBSYSTEMD
261+
FINAL_CXXFLAGS+= -DHAVE_LIBSYSTEMD
261262
endif
262263

263264
ifeq ($(MALLOC),tcmalloc)

0 commit comments

Comments
 (0)