diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,10 +4,12 @@ | |||
4 | rc-service networking start | 4 | rc-service networking start |
5 | 5 | ||
6 | cd portable | 6 | cd portable |
7 | |||
7 | ./autogen.sh | 8 | ./autogen.sh |
9 | |||
8 | CC=gcc ./configure --host=x86_64-w64-mingw32 | 10 | CC=gcc ./configure --host=x86_64-w64-mingw32 |
9 | make | 11 | make |
10 | tar -caf include.tar.xz include/tls.h | 12 | tar -caf include.tar.xz include/tls.h include/openssl |
11 | cp tls/.libs/libtls.a /root | 13 | cp tls/.libs/libtls.a /root |
12 | cp ssl/.libs/libbs.a /root | 14 | cp ssl/.libs/libbs.a /root |
13 | cp ssl/.libs/libssl.a /root | 15 | cp ssl/.libs/libssl.a /root |