Commit 9a916061 authored by Franco Fichtner's avatar Franco Fichtner

make: can keep this as the default when auto-detect fails (no binary)

parent 285f7b02
...@@ -50,7 +50,7 @@ CORE_ABI?= 16.7 ...@@ -50,7 +50,7 @@ CORE_ABI?= 16.7
_FLAVOUR!= /usr/local/bin/openssl version _FLAVOUR!= /usr/local/bin/openssl version
FLAVOUR?= ${_FLAVOUR:[1]} FLAVOUR?= ${_FLAVOUR:[1]}
.if "${FLAVOUR}" == OpenSSL .if "${FLAVOUR}" == OpenSSL || "${FLAVOUR}" == ""
CORE_REPOSITORY?= ${CORE_ABI}/latest CORE_REPOSITORY?= ${CORE_ABI}/latest
.elif "${FLAVOUR}" == LibreSSL .elif "${FLAVOUR}" == LibreSSL
CORE_REPOSITORY?= ${CORE_ABI}/libressl CORE_REPOSITORY?= ${CORE_ABI}/libressl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment