mirror of
https://github.com/NixOS/nix.git
synced 2025-12-07 09:31:01 +01:00
Drop libbz2 / zlib / lzma dependency + style fixes
This commit is contained in:
parent
6fb7582413
commit
15f4d4fd43
8 changed files with 69 additions and 66 deletions
|
|
@ -6,7 +6,7 @@ libutil_DIR := $(d)
|
|||
|
||||
libutil_SOURCES := $(wildcard $(d)/*.cc)
|
||||
|
||||
libutil_LDFLAGS = $(LIBLZMA_LIBS) -lbz2 -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) $(LIBARCHIVE_LIBS) $(BOOST_LDFLAGS) -lboost_context
|
||||
libutil_LDFLAGS = -pthread $(OPENSSL_LIBS) $(LIBBROTLI_LIBS) $(LIBARCHIVE_LIBS) $(BOOST_LDFLAGS) -lboost_context
|
||||
|
||||
ifeq ($(HAVE_LIBCPUID), 1)
|
||||
libutil_LDFLAGS += -lcpuid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue