diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 20:03:29 -0600 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 20:03:29 -0600 |
commit | c2b012a90590ab3fa531392fd27003e62c156099 (patch) | |
tree | 1723c385f1dfea06d98984b3f49acc594fa79d34 /init | |
parent | 5b097074086426430f6b3fda1fcd8b6e4ab16a82 (diff) | |
download | busybox-w32-packaging-c2b012a90590ab3fa531392fd27003e62c156099.tar.gz busybox-w32-packaging-c2b012a90590ab3fa531392fd27003e62c156099.tar.bz2 busybox-w32-packaging-c2b012a90590ab3fa531392fd27003e62c156099.zip |
Rename test.patch
Diffstat (limited to 'init')
-rwxr-xr-x | init | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -13,7 +13,11 @@ mv libcrypto.a /usr/x86_64-w64-mingw32/lib | |||
13 | 13 | ||
14 | cd busybox-w32 | 14 | cd busybox-w32 |
15 | cp /root/busybox-w32-packaging/config .config | 15 | cp /root/busybox-w32-packaging/config .config |
16 | git apply /root/busybox-w32-packaging/test.patch | 16 | git apply /root/busybox-w32-packaging/libressl.patch |
17 | # For some reason this code only causes errors on -O0 | ||
18 | if [ -n "$ZERO_PATCH" ]; then | ||
19 | git apply /root/busybox-w32-packaging/zero.patch | ||
20 | fi | ||
17 | sed -i "s/CONFIG_EXTRA_CFLAGS=\"\"/CONFIG_EXTRA_CFLAGS=\"$CFLAGS\"/g" .config | 21 | sed -i "s/CONFIG_EXTRA_CFLAGS=\"\"/CONFIG_EXTRA_CFLAGS=\"$CFLAGS\"/g" .config |
18 | make | 22 | make |
19 | cp busybox.exe .. | 23 | cp busybox.exe .. |