mirror of
https://github.com/NixOS/nix.git
synced 2025-12-07 09:31:01 +01:00
Require OpenSSL
This commit is contained in:
parent
85aeedb9bc
commit
a6ca68a70c
11 changed files with 3 additions and 1759 deletions
|
|
@ -6,12 +6,6 @@ libutil_DIR := $(d)
|
|||
|
||||
libutil_SOURCES := $(wildcard $(d)/*.cc)
|
||||
|
||||
libutil_LDFLAGS = -llzma
|
||||
|
||||
ifeq ($(HAVE_OPENSSL), 1)
|
||||
libutil_LDFLAGS += $(OPENSSL_LIBS)
|
||||
else
|
||||
libutil_SOURCES += $(d)/md5.c $(d)/sha1.c $(d)/sha256.c
|
||||
endif
|
||||
libutil_LDFLAGS = -llzma $(OPENSSL_LIBS)
|
||||
|
||||
libutil_LIBS = libformat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue