mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
krill: USE_NOEXECONLY on amd64 due to aws-lc-sys
Without this the basic publication server config crashes on startup. https://krill.docs.nlnetlabs.nl/en/stable/publication-server.html#configure
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
# ring-v0.17 does not support this arch
|
||||
NOT_FOR_ARCHS = sparc64
|
||||
|
||||
# aws-lc-sys has constants in .text
|
||||
# https://github.com/awslabs/s2n-bignum/pull/242
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
USE_NOEXECONLY = Yes
|
||||
.endif
|
||||
|
||||
COMMENT = RPKI Certification Authority and Publication Server
|
||||
|
||||
GH_ACCOUNT = NLnetLabs
|
||||
GH_PROJECT = krill
|
||||
GH_TAGNAME = v0.16.0
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE = https://nlnetlabs.nl/projects/routing/krill/
|
||||
CATEGORIES = net
|
||||
|
||||
Reference in New Issue
Block a user