Skip to content

Commit

Permalink
brotli is only used as a library now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Jan 5, 2019
1 parent 318153f commit e10d6ed
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Makefile.config.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ LIBBROTLI_LIBS = @LIBBROTLI_LIBS@
EDITLINE_LIBS = @EDITLINE_LIBS@
bash = @bash@
bindir = @bindir@
brotli = @brotli@
lsof = @lsof@
datadir = @datadir@
datarootdir = @datarootdir@
Expand Down
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ NEED_PROG(gzip, gzip)
NEED_PROG(xz, xz)
AC_PATH_PROG(dot, dot)
AC_PATH_PROG(pv, pv, pv)
AC_PATH_PROGS(brotli, brotli bro, bro)
AC_PATH_PROG(lsof, lsof, lsof)


Expand Down
2 changes: 0 additions & 2 deletions src/libutil/local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ libutil_SOURCES := $(wildcard $(d)/*.cc)
libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) -lboost_context

libutil_LIBS = libformat

libutil_CXXFLAGS = -DBROTLI=\"$(brotli)\"

0 comments on commit e10d6ed

Please sign in to comment.