CVSROOT:        /cvs
Module name:    ports
Changes by:     st...@cvs.openbsd.org   2022/09/12 13:22:52

Modified files:
        security/step-ca: Makefile 

Log message:
allow the step-ca go build to fail; then rename a file with an
arch-dependent name to an arch-independent one and rebuild. fixes build
on aarch64 and maybe mips64. (it's still broken on 32-bit due to an int
overflow).

sadly, while go allows us to let the build fail then modify files in it
and then rebuild, it doesn't seem to have a way to unpack the files in the
first place so they can be modified before a first build attempt.

lgtm abieber@, build test tb@

Reply via email to