mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
make: allow passing of literal flavour, use with care
This commit is contained in:
parent
1a891bc4d0
commit
a0fc098595
7
Makefile
7
Makefile
@ -25,11 +25,14 @@ CORE_VERSION= ${CORE_COMMIT:C/-.*$//1}
|
||||
CORE_HASH= ${CORE_COMMIT:C/^.*-//1}
|
||||
.endif
|
||||
|
||||
.if "${FLAVOUR}" == LibreSSL
|
||||
.if "${FLAVOUR}" == OpenSSL || "${FLAVOUR}" == ""
|
||||
CORE_REPOSITORY?= latest
|
||||
.elif "${FLAVOUR}" == LibreSSL
|
||||
CORE_REPOSITORY?= libressl
|
||||
.else
|
||||
CORE_REPOSITORY?= latest
|
||||
CORE_REPOSITORY?= ${FLAVOUR}
|
||||
.endif
|
||||
|
||||
CORE_PACKAGESITE?= http://pkg.opnsense.org
|
||||
|
||||
CORE_NAME?= opnsense-devel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user