From f2ac9b25229703b1b92616deae76b738a6138f8f Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Thu, 19 Mar 2015 21:02:37 +0100 Subject: [PATCH] OP-1796 defined OPENSLL_CONF env variable so openssl stops complaining about a missing openssl.cfg file (not related to qt upgrade...) --- make/tools.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/make/tools.mk b/make/tools.mk index 2c946aadc..aacbbd86f 100644 --- a/make/tools.mk +++ b/make/tools.mk @@ -774,6 +774,7 @@ $(eval $(call TOOL_INSTALL_TEMPLATE,openssl,$(OPENSSL_DIR),$(OPENSSL_URL),,$(not ifeq ($(shell [ -d "$(OPENSSL_DIR)" ] && $(ECHO) "exists"), exists) export OPENSSL := "$(OPENSSL_DIR)/bin/openssl" + export OPENSSL_CONF := $(OPENSSL_DIR)/bin/openssl.cfg export OPENSSL_DIR := "$(OPENSSL_DIR)" else # not installed, hope it's in the path...