Skip to content

Commit 69dc0a0

Browse files
committed
Fixed bug where make USE_SYSTEMD=yes would not pass in correct flags, issue #226
1 parent dfea168 commit 69dc0a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ endif
227227
ifeq ($(BUILD_WITH_SYSTEMD),yes)
228228
FINAL_LIBS+=$(shell $(PKG_CONFIG) --libs libsystemd)
229229
FINAL_CFLAGS+= -DHAVE_LIBSYSTEMD
230+
FINAL_CXXFLAGS+= -DHAVE_LIBSYSTEMD
230231
endif
231232

232233
ifeq ($(MALLOC),tcmalloc)

0 commit comments

Comments
 (0)