Skip to content

Commit

Permalink
Merge pull request Snapchat#296 from VivekSainiEQ/systemd_fix
Browse files Browse the repository at this point in the history
Fixed bug where make USE_SYSTEMD=yes would not pass in correct flags
  • Loading branch information
VivekSainiEQ authored Aug 11, 2021
2 parents 6f2dbb0 + 69dc0a0 commit bf05c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ endif
ifeq ($(BUILD_WITH_SYSTEMD),yes)
FINAL_LIBS+=$(LIBSYSTEMD_LIBS)
FINAL_CFLAGS+= -DHAVE_LIBSYSTEMD
FINAL_CXXFLAGS+= -DHAVE_LIBSYSTEMD
endif

ifeq ($(MALLOC),tcmalloc)
Expand Down

0 comments on commit bf05c26

Please sign in to comment.