summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit1
-rw-r--r--meta.lua1
2 files changed, 2 insertions, 0 deletions
diff --git a/init b/init
index 77716c8..8e33afd 100755
--- a/init
+++ b/init
@@ -13,4 +13,5 @@ cp ssl/.libs/libssl.a /root
13cp crypto/.libs/libcompat.a /root 13cp crypto/.libs/libcompat.a /root
14cp crypto/.libs/libcompatnoopt.a /root 14cp crypto/.libs/libcompatnoopt.a /root
15cp crypto/.libs/libcrypto.a /root 15cp crypto/.libs/libcrypto.a /root
16cp apps/openssl/openssl.exe /root
16 17
diff --git a/meta.lua b/meta.lua
index 387e77b..596f0b0 100644
--- a/meta.lua
+++ b/meta.lua
@@ -33,6 +33,7 @@ for opti_k, opti_v, rel_k, rel_v, comp_k, comp_v in cartesian(optimizations, deb
33 ["libcompat.a"] = true, 33 ["libcompat.a"] = true,
34 ["libcompatnoopt.a"] = true, 34 ["libcompatnoopt.a"] = true,
35 ["libcrypto.a"] = true, 35 ["libcrypto.a"] = true,
36 ["openssl.exe"] = true,
36 }, 37 },
37 timeout = 600, --Jeez this takes forever 38 timeout = 600, --Jeez this takes forever
38 env = { 39 env = {