diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 16:20:37 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 16:20:37 -0500 |
commit | 50995005de1b0c0e6c111b92d1403961ddd022b7 (patch) | |
tree | b7e2423c1cee8a050cb9e1a72dcf7f54de176240 | |
parent | 2e76522ab3f8835c6973f855f2e4b948b5c1b8bf (diff) | |
download | portable-packaging-50995005de1b0c0e6c111b92d1403961ddd022b7.tar.gz portable-packaging-50995005de1b0c0e6c111b92d1403961ddd022b7.tar.bz2 portable-packaging-50995005de1b0c0e6c111b92d1403961ddd022b7.zip |
Libressl needs networking to compile
-rwxr-xr-x | init | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | 2 | ||
3 | # Looks like libressl needs networking to autogen | ||
4 | rc-service networking start | ||
5 | |||
3 | cd portable | 6 | cd portable |
4 | ./autogen.sh | 7 | ./autogen.sh |
5 | CC=gcc ./configure --host=x86_64-w64-mingw32 | 8 | CC=gcc ./configure --host=x86_64-w64-mingw32 |