From 7a30abb846cd2ca6e9043c8f6b0ef8b9bd85fc1b Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Thu, 7 Nov 2024 14:14:04 -0600 Subject: Turns out we don't actually need libressl, busybox has its own working one. --- init | 8 -------- meta.lua | 4 ---- 2 files changed, 12 deletions(-) diff --git a/init b/init index fa3f743..0269966 100755 --- a/init +++ b/init @@ -4,16 +4,8 @@ rc-service networking start apk update apk add build-base xz mingw-w64-gcc -tar -xvzf include.tar.gz -mv include/openssl /usr/x86_64-w64-mignw32/include -mv include/tls.h /usr/x86_64-w64-mignw32/include -mv libtls.a /usr/x86_64-w64-mingw32/lib -mv libssl.a /usr/x86_64-w64-mingw32/lib -mv libcrypto.a /usr/x86_64-w64-mingw32/lib - cd busybox-w32 cp /root/busybox-w32-packaging/config .config sed -i "s/CONFIG_EXTRA_CFLAGS=\"\"/CONFIG_EXTRA_CFLAGS=\"$CFLAGS\"/g" .config -sed -i "s/CONFIG_EXTRA_LDLIBS=\"\"/CONFIG_EXTRA_LDLIBS=\"-ltls -lssl -lcrypto\"/g" .config make cp busybox.exe .. diff --git a/meta.lua b/meta.lua index 20ddd48..88a84a3 100644 --- a/meta.lua +++ b/meta.lua @@ -21,10 +21,6 @@ for opti_k, opti_v, rel_k, rel_v, _, comp_v in cartesian(optimizations, debug, c image="image-" .. comp_v, requires = { {"git","busybox-w32"}, - {"cicd","libressl-" .. opti_k .. "-" .. rel_k .. "-" .. comp_v .. ":include.tar.gz"}, - {"cicd","libressl-" .. opti_k .. "-" .. rel_k .. "-" .. comp_v .. ":libtls.a"}, - {"cicd","libressl-" .. opti_k .. "-" .. rel_k .. "-" .. comp_v .. ":libssl.a"}, - {"cicd","libressl-" .. opti_k .. "-" .. rel_k .. "-" .. comp_v .. ":libcrypto.a"}, }, produces = { ["busybox.exe"] = true -- cgit v1.2.3-55-g6feb