From 846667d74b7b0795f59386bf6651a91e0328a36d Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 6 Nov 2024 12:32:47 -0600 Subject: Use local openbsd mirror --- init | 2 +- meta.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/init b/init index b2fb108..a42511e 100755 --- a/init +++ b/init @@ -2,7 +2,7 @@ # Looks like libressl needs networking to autogen rc-service networking start - +mv openbsd portable cd portable ./autogen.sh diff --git a/meta.lua b/meta.lua index 7fb2c18..6282d00 100644 --- a/meta.lua +++ b/meta.lua @@ -26,6 +26,7 @@ for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, deb image="libressl-meta", requires = { {"git", "portable#" .. libressl}, + {"git", "openbsd#libressl-" .. libressl} }, produces = { ["libssl.a"] = true, -- cgit v1.2.3-55-g6feb