Skip to content

Commit

Permalink
Merge pull request BOINC#2827 from bema-aei/db_dump_fix
Browse files Browse the repository at this point in the history
scheduler: linking db_dump requires -lz
  • Loading branch information
JuhaSointusalo authored Nov 15, 2018
2 parents 9942a6d + ac5d873 commit ff5ed61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sched/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ script_validator_SOURCES = $(VALIDATOR_SOURCES) \
script_validator_LDADD = $(SERVERLIBS)

db_dump_SOURCES = db_dump.cpp
db_dump_LDADD = $(SERVERLIBS)
db_dump_LDADD = $(SERVERLIBS) -lz

db_purge_SOURCES = db_purge.cpp
db_purge_LDADD = $(SERVERLIBS) -lz
Expand Down

0 comments on commit ff5ed61

Please sign in to comment.