scheduler: linking db_dump requires -lz

This commit is contained in:
Bernd Machenschalk 2018-11-15 14:29:03 +00:00
parent 9942a6da1d
commit ac5d87331f
1 changed files with 1 additions and 1 deletions

View File

@ -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