summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-12-19 00:44:25 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-12-19 00:44:25 -0600
commita030fd39f012b22705704905c534f4fda4ffdc55 (patch)
treedb60572ceb98ef39008239e4eb4f464bde8b9210 /init
parent18b46d73b800272186d72a604bd50c921ff16bee (diff)
downloadluaossl-packaging-a030fd39f012b22705704905c534f4fda4ffdc55.tar.gz
luaossl-packaging-a030fd39f012b22705704905c534f4fda4ffdc55.tar.bz2
luaossl-packaging-a030fd39f012b22705704905c534f4fda4ffdc55.zip
work
Diffstat (limited to 'init')
-rwxr-xr-xinit5
1 files changed, 5 insertions, 0 deletions
diff --git a/init b/init
index 12517f5..7d3a888 100755
--- a/init
+++ b/init
@@ -1,7 +1,12 @@
1#!/bin/sh -ex 1#!/bin/sh -ex
2 2
3cp luaossl-packaging/luaossl-git-0.rockspec luaossl 3cp luaossl-packaging/luaossl-git-0.rockspec luaossl
4tar -xvzf include.tar.gz
5mkdir lib
6cp libcrypto.a lib
4cd luaossl 7cd luaossl
8git apply /root/luaossl-packaging/openssl.c.patch
9
5luarocks config variables.CFLAGS " $CFLAGS" 10luarocks config variables.CFLAGS " $CFLAGS"
6luarocks make --pack-binary-rock luaossl-git-0.rockspec 11luarocks make --pack-binary-rock luaossl-git-0.rockspec
7obj="luaossl-git.$(luarocks config arch).rock" 12obj="luaossl-git.$(luarocks config arch).rock"