Skip to content
Snippets Groups Projects
Commit f4a35f37 authored by Sébastien Blin's avatar Sébastien Blin Committed by Adrien Béraud
Browse files

contrib: fix ssl detection

Change-Id: I267631faf3bdd24164553de669440c0e8d104638
parent 0142ed28
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ LIBRESSL_VERSION := libressl-$(SSL_VERSION)
LIBRESSL_URL := https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$(LIBRESSL_VERSION).tar.gz
# Check if openssl or libressl is already present on the system
ifeq ($(or $(call need_pkg,"openssl >= 1.0.0"),$(call need_pkg,"libressl >= 1.0.0")),)
ifeq ($(filter $(call need_pkg,"openssl >= 1.0.0"), $(call need_pkg,"libressl >= 1.0.0")),)
PKGS_FOUND += libressl
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment