1
1
Fork 0
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:
Eelco Dolstra 2016-04-29 17:43:37 +02:00
parent 6963de2091
commit 4dde0b0562
3 changed files with 130 additions and 45 deletions

View file

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