summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-06 12:32:47 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-06 12:32:47 -0600
commit846667d74b7b0795f59386bf6651a91e0328a36d (patch)
treef8533ecd29b5b37e58fa39d7192ef2fd6dac95d6
parentc29b1ec0d5697f3e3b1be1c023fce103f6d9950e (diff)
downloadportable-packaging-846667d74b7b0795f59386bf6651a91e0328a36d.tar.gz
portable-packaging-846667d74b7b0795f59386bf6651a91e0328a36d.tar.bz2
portable-packaging-846667d74b7b0795f59386bf6651a91e0328a36d.zip
Use local openbsd mirror
-rwxr-xr-xinit2
-rw-r--r--meta.lua1
2 files changed, 2 insertions, 1 deletions
diff --git a/init b/init
index b2fb108..a42511e 100755
--- a/init
+++ b/init
@@ -2,7 +2,7 @@
2 2
3# Looks like libressl needs networking to autogen 3# Looks like libressl needs networking to autogen
4rc-service networking start 4rc-service networking start
5 5mv openbsd portable
6cd portable 6cd portable
7 7
8./autogen.sh 8./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
26 image="libressl-meta", 26 image="libressl-meta",
27 requires = { 27 requires = {
28 {"git", "portable#" .. libressl}, 28 {"git", "portable#" .. libressl},
29 {"git", "openbsd#libressl-" .. libressl}
29 }, 30 },
30 produces = { 31 produces = {
31 ["libssl.a"] = true, 32 ["libssl.a"] = true,