diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-06 12:32:47 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-06 12:32:47 -0600 |
commit | 846667d74b7b0795f59386bf6651a91e0328a36d (patch) | |
tree | f8533ecd29b5b37e58fa39d7192ef2fd6dac95d6 | |
parent | c29b1ec0d5697f3e3b1be1c023fce103f6d9950e (diff) | |
download | portable-packaging-846667d74b7b0795f59386bf6651a91e0328a36d.tar.gz portable-packaging-846667d74b7b0795f59386bf6651a91e0328a36d.tar.bz2 portable-packaging-846667d74b7b0795f59386bf6651a91e0328a36d.zip |
Use local openbsd mirror
-rwxr-xr-x | init | 2 | ||||
-rw-r--r-- | meta.lua | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # Looks like libressl needs networking to autogen | 3 | # Looks like libressl needs networking to autogen |
4 | rc-service networking start | 4 | rc-service networking start |
5 | 5 | mv openbsd portable | |
6 | cd portable | 6 | cd portable |
7 | 7 | ||
8 | ./autogen.sh | 8 | ./autogen.sh |
@@ -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, |