[build] Remove -lboost_iostreams linker flag
This was previously needed for thin-provisioning/thin_metadata_pack.cc but that file was rewritten in Rust and no longer needs Boost. The flag causes every binary to have a completely redundant depedency on libboost_iostream.so, which is an issue for RHEL packaging.
This commit is contained in:
parent
8e609458c2
commit
6b7e66d8f9
@ -190,7 +190,7 @@ CXXFLAGS+=@CXX_STRERROR_FLAG@
|
||||
CXXFLAGS+=@LFS_FLAGS@
|
||||
CPPFLAGS?=@CPPFLAGS@
|
||||
CPPFLAGS+=-I$(TOP_BUILDDIR) -I$(TOP_DIR)
|
||||
LIBS:=-laio -lexpat -lboost_iostreams -ldl
|
||||
LIBS:=-laio -lexpat -ldl
|
||||
DEV_LIBS:=-lncurses
|
||||
|
||||
ifeq ("@STATIC_CXX@", "yes")
|
||||
|
Loading…
x
Reference in New Issue
Block a user