Merge pull request #178 from jwakely/boost-iostreams

[build] Remove -lboost_iostreams linker flag
This commit is contained in:
Joe Thornber 2021-06-23 07:27:19 +01:00 committed by GitHub
commit 5dd2e81bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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