mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
OP-1796 defined OPENSLL_CONF env variable so openssl stops complaining about a missing openssl.cfg file (not related to qt upgrade...)
This commit is contained in:
parent
2a02c974bc
commit
f2ac9b2522
@ -774,6 +774,7 @@ $(eval $(call TOOL_INSTALL_TEMPLATE,openssl,$(OPENSSL_DIR),$(OPENSSL_URL),,$(not
|
|||||||
|
|
||||||
ifeq ($(shell [ -d "$(OPENSSL_DIR)" ] && $(ECHO) "exists"), exists)
|
ifeq ($(shell [ -d "$(OPENSSL_DIR)" ] && $(ECHO) "exists"), exists)
|
||||||
export OPENSSL := "$(OPENSSL_DIR)/bin/openssl"
|
export OPENSSL := "$(OPENSSL_DIR)/bin/openssl"
|
||||||
|
export OPENSSL_CONF := $(OPENSSL_DIR)/bin/openssl.cfg
|
||||||
export OPENSSL_DIR := "$(OPENSSL_DIR)"
|
export OPENSSL_DIR := "$(OPENSSL_DIR)"
|
||||||
else
|
else
|
||||||
# not installed, hope it's in the path...
|
# not installed, hope it's in the path...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user