Skip to content
Snippets Groups Projects
Unverified Commit 69df745b authored by Amin Bandali's avatar Amin Bandali
Browse files

contrib: check for system openssl before forcing contrib libressl

Change-Id: Ic30140e02be588ef36e6315235a33ebc11b6e32d
parent 13a365cb
Branches
No related tags found
Loading
......@@ -14,7 +14,7 @@ endif
ifneq ($(call need_pkg,"libargon2"),)
DEPS_opendht += argon2
endif
ifneq ($(call need_pkg,"libressl >= 1-12-2"),)
ifneq ($(and $(call need_pkg,"openssl >= 1.1.0"),$(call need_pkg,"libressl >= 1.12.2")),)
DEPS_opendht += libressl
endif
ifneq ($(call need_pkg,"restinio >= v.0.5.1"),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment