From dc5bb3559beb648582bda352cbb4940816565e0d Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Fri, 12 Jun 2020 19:09:19 +0100 Subject: [PATCH] [build] remove need for zlib. Disappeared with the C++ version of thin_metadata_pack --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index fbdf181..59f8f14 100644 --- a/Makefile.in +++ b/Makefile.in @@ -167,7 +167,7 @@ CXXFLAGS+=@CXXDEBUG_FLAG@ CXXFLAGS+=@CXX_STRERROR_FLAG@ CXXFLAGS+=@LFS_FLAGS@ 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") LIBS+=-lncurses