[build] remove need for zlib.

Disappeared with the C++ version of thin_metadata_pack
This commit is contained in:
Joe Thornber 2020-06-12 19:09:19 +01:00
parent 3e24264442
commit dc5bb3559b

View File

@ -167,7 +167,7 @@ CXXFLAGS+=@CXXDEBUG_FLAG@
CXXFLAGS+=@CXX_STRERROR_FLAG@ CXXFLAGS+=@CXX_STRERROR_FLAG@
CXXFLAGS+=@LFS_FLAGS@ CXXFLAGS+=@LFS_FLAGS@
INCLUDES+=-I$(TOP_BUILDDIR) -I$(TOP_DIR) -I$(TOP_DIR)/thin-provisioning INCLUDES+=-I$(TOP_BUILDDIR) -I$(TOP_DIR) -I$(TOP_DIR)/thin-provisioning
LIBS:=-laio -lexpat -lz -lboost_iostreams -ldl LIBS:=-laio -lexpat -lboost_iostreams -ldl
ifeq ("@DEVTOOLS@", "yes") ifeq ("@DEVTOOLS@", "yes")
LIBS+=-lncurses LIBS+=-lncurses