summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-05 14:12:06 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-05 14:12:06 -0600
commitaad64940a6d0c3f32f64f13dda45b73725d65081 (patch)
treec05dbc8c5ac06760cfb226a9072fd993a77dfc50 /init
parent36ee180604b4775ebc91fe77078e218d4be1cfbe (diff)
downloadportable-packaging-aad64940a6d0c3f32f64f13dda45b73725d65081.tar.gz
portable-packaging-aad64940a6d0c3f32f64f13dda45b73725d65081.tar.bz2
portable-packaging-aad64940a6d0c3f32f64f13dda45b73725d65081.zip
Add tls.h to exports
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 2 insertions, 0 deletions
diff --git a/init b/init
index 8e33afd..f799343 100755
--- a/init
+++ b/init
@@ -7,6 +7,7 @@ cd portable
7./autogen.sh 7./autogen.sh
8CC=gcc ./configure --host=x86_64-w64-mingw32 8CC=gcc ./configure --host=x86_64-w64-mingw32
9make 9make
10tar -caf include.tar.xz include/tls.h
10cp tls/.libs/libtls.a /root 11cp tls/.libs/libtls.a /root
11cp ssl/.libs/libbs.a /root 12cp ssl/.libs/libbs.a /root
12cp ssl/.libs/libssl.a /root 13cp ssl/.libs/libssl.a /root
@@ -14,4 +15,5 @@ cp crypto/.libs/libcompat.a /root
14cp crypto/.libs/libcompatnoopt.a /root 15cp crypto/.libs/libcompatnoopt.a /root
15cp crypto/.libs/libcrypto.a /root 16cp crypto/.libs/libcrypto.a /root
16cp apps/openssl/openssl.exe /root 17cp apps/openssl/openssl.exe /root
18cp include.tar.xz /root
17 19