diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2024-11-05 14:12:06 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-05 14:12:06 -0600 |
| commit | aad64940a6d0c3f32f64f13dda45b73725d65081 (patch) | |
| tree | c05dbc8c5ac06760cfb226a9072fd993a77dfc50 | |
| parent | 36ee180604b4775ebc91fe77078e218d4be1cfbe (diff) | |
| download | portable-packaging-aad64940a6d0c3f32f64f13dda45b73725d65081.tar.gz portable-packaging-aad64940a6d0c3f32f64f13dda45b73725d65081.tar.bz2 portable-packaging-aad64940a6d0c3f32f64f13dda45b73725d65081.zip | |
Add tls.h to exports
| -rwxr-xr-x | init | 2 | ||||
| -rw-r--r-- | meta.lua | 3 |
2 files changed, 4 insertions, 1 deletions
| @@ -7,6 +7,7 @@ cd portable | |||
| 7 | ./autogen.sh | 7 | ./autogen.sh |
| 8 | CC=gcc ./configure --host=x86_64-w64-mingw32 | 8 | CC=gcc ./configure --host=x86_64-w64-mingw32 |
| 9 | make | 9 | make |
| 10 | tar -caf include.tar.xz include/tls.h | ||
| 10 | cp tls/.libs/libtls.a /root | 11 | cp tls/.libs/libtls.a /root |
| 11 | cp ssl/.libs/libbs.a /root | 12 | cp ssl/.libs/libbs.a /root |
| 12 | cp ssl/.libs/libssl.a /root | 13 | cp ssl/.libs/libssl.a /root |
| @@ -14,4 +15,5 @@ cp crypto/.libs/libcompat.a /root | |||
| 14 | cp crypto/.libs/libcompatnoopt.a /root | 15 | cp crypto/.libs/libcompatnoopt.a /root |
| 15 | cp crypto/.libs/libcrypto.a /root | 16 | cp crypto/.libs/libcrypto.a /root |
| 16 | cp apps/openssl/openssl.exe /root | 17 | cp apps/openssl/openssl.exe /root |
| 18 | cp include.tar.xz /root | ||
| 17 | 19 | ||
| @@ -24,7 +24,7 @@ for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, deb | |||
| 24 | builds["libressl-" .. opti_k .. "-" .. rel_k .. "-" .. comp_v] = { | 24 | builds["libressl-" .. opti_k .. "-" .. rel_k .. "-" .. comp_v] = { |
| 25 | image="libressl-meta", | 25 | image="libressl-meta", |
| 26 | requires = { | 26 | requires = { |
| 27 | {"git", "portable"}, | 27 | {"git", "portable#v4.0.0"}, |
| 28 | }, | 28 | }, |
| 29 | produces = { | 29 | produces = { |
| 30 | ["libssl.a"] = true, | 30 | ["libssl.a"] = true, |
| @@ -34,6 +34,7 @@ for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, deb | |||
| 34 | ["libcompatnoopt.a"] = true, | 34 | ["libcompatnoopt.a"] = true, |
| 35 | ["libcrypto.a"] = true, | 35 | ["libcrypto.a"] = true, |
| 36 | ["openssl.exe"] = true, | 36 | ["openssl.exe"] = true, |
| 37 | ["include.tar.gz"] = true | ||
| 37 | }, | 38 | }, |
| 38 | timeout = 600, --Jeez this takes forever | 39 | timeout = 600, --Jeez this takes forever |
| 39 | env = { | 40 | env = { |
