summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-11-15 15:25:07 -0600
committerAlexander M Pickering <alex@cogarr.net>2024-11-15 15:25:07 -0600
commitbc6461083054d76abde9c33702c068ee0bf6a0d7 (patch)
tree22240226deefb1cd5b1d253a0f8aadf96f4ecccf /init
parenteb78f40c0fd152da107d558e5234a80cf62e066d (diff)
downloadbusybox-w32-packaging-bug/ssl_work.tar.gz
busybox-w32-packaging-bug/ssl_work.tar.bz2
busybox-w32-packaging-bug/ssl_work.zip
rename and reorganizebug/ssl_work
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index b7ba829..348c86b 100755
--- a/init
+++ b/init
@@ -13,7 +13,7 @@ mv libcrypto.a /usr/x86_64-w64-mingw32/lib
13 13
14cd busybox-w32 14cd busybox-w32
15cp /root/busybox-w32-packaging/config .config 15cp /root/busybox-w32-packaging/config .config
16git apply /root/busybox-w32-packaging/libressl2.patch 16git apply /root/busybox-w32-packaging/libressl.patch
17# For some reason this code only causes errors on -O0 17# For some reason this code only causes errors on -O0
18if [ -n "$ZERO_PATCH" ]; then 18if [ -n "$ZERO_PATCH" ]; then
19 git apply /root/busybox-w32-packaging/zero.patch 19 git apply /root/busybox-w32-packaging/zero.patch