diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-12-19 02:11:33 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-12-19 02:11:33 -0600 |
commit | d0facf0b5bdffe5576efe3787fae97b12764a4e6 (patch) | |
tree | 69bbf0f57862d14c7d79983f7a3d0a4087fc35d1 /init | |
parent | 8c33234366a56d5eef696e6288bb5905fefcb40a (diff) | |
download | luaossl-packaging-master.tar.gz luaossl-packaging-master.tar.bz2 luaossl-packaging-master.zip |
Diffstat (limited to 'init')
-rwxr-xr-x | init | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,12 +3,13 @@ | |||
3 | cp luaossl-packaging/luaossl-git-0.rockspec luaossl | 3 | cp luaossl-packaging/luaossl-git-0.rockspec luaossl |
4 | tar -xvzf include.tar.gz | 4 | tar -xvzf include.tar.gz |
5 | tar -xvzf dlfcn.tar.gz | 5 | tar -xvzf dlfcn.tar.gz |
6 | mv dlfcn.h include | ||
6 | mkdir lib | 7 | mkdir lib |
7 | mv libcrypto.a lib | 8 | mv libcrypto.a lib |
8 | mv libssl.a lib | 9 | mv libssl.a lib |
9 | mv libdl.a lib | 10 | mv libdl.a lib |
10 | cd luaossl | 11 | cd luaossl |
11 | git apply /root/luaossl-packaging/openssl.c.patch | 12 | patch src/openssl.c /root/luaossl-packaging/openssl.c.patch |
12 | 13 | ||
13 | luarocks config variables.CFLAGS " $CFLAGS" | 14 | luarocks config variables.CFLAGS " $CFLAGS" |
14 | luarocks make --pack-binary-rock luaossl-git-0.rockspec | 15 | luarocks make --pack-binary-rock luaossl-git-0.rockspec |