mirror of
https://github.com/NixOS/nix.git
synced 2025-12-08 01:51:01 +01:00
BinaryCacheStore: Support bzip2 compression
This commit is contained in:
parent
6963de2091
commit
4dde0b0562
3 changed files with 130 additions and 45 deletions
|
|
@ -6,6 +6,6 @@ libutil_DIR := $(d)
|
|||
|
||||
libutil_SOURCES := $(wildcard $(d)/*.cc)
|
||||
|
||||
libutil_LDFLAGS = -llzma -pthread $(OPENSSL_LIBS)
|
||||
libutil_LDFLAGS = -llzma -lbz2 -pthread $(OPENSSL_LIBS)
|
||||
|
||||
libutil_LIBS = libformat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue